Thousands of examples at your fingertips!
All classes, methods fields etc. are linked to the API documentation.
All members are listed by frequency of use or alphabetically (see left pane).
Links to examples and utility functions/classes are shown below
Class java.lang.Byte
[api documentation] [ main menu] Search

Links to examples (only one line shown below for each example):
[add your own example]

1 resetTypeMap.put(RESET_TYPE_NONE, new Byte(JRVariable.RESET_TYPE_NONE));
2 fieldPrefixMap.put(new Byte(JRExpression.EVALUATION_OLD), "Old");
3 String.valueOf(Byte.MIN_VALUE),
4 byte v = ((Byte)value).byteValue();
5 return new Byte(b).toString();
6 } else if (target == Byte.TYPE) {
7 return Byte.toString(Byte.MIN_VALUE);
8 return Byte.valueOf(nullValue).equals(realValue);
9 info.setValue(new Byte(Byte.MIN_VALUE).toString());
10 b = Byte.parseByte(value.substring(2), 16);
11 return getByte(key, new Byte(defaultValue)).byteValue();
12 defaultByte = new Byte(newDefaultByte);
13 bytes[i] = new Byte((String)list.get(i)).byteValue();
14 return Byte.parseByte( getValue( key ) );
15 return new Byte(getProperty(WHEN_EXHAUSTED_ACTION)).byteValue();
16 return getByte(s, new Byte(byte0)).byteValue();
17 else if (type == java.lang.Byte.TYPE)
18 dataList.add(new Byte((byte)b));
19 dataList.add(new Byte((byte) b));
20 if (Byte.TYPE.equals(primitiveClass)) return Byte.class;

Links to utility classes and functions:

1 com.anthonyeden.lib.util.ByteUtilities
2 uchicago.src.sim.util.ByteCodeBuilder
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.