Method byteValue()
Return type: byte
Member of: java.lang.Number
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 byte pa = ((Number)a).byteValue();
2 return new Byte(number.byteValue());
3 return getByteCollection().add(((Number)element).byteValue());
4 return getByteCollection().contains(((Number)element).byteValue());
5 return new Byte(answer.byteValue());
6 return new Byte(((Number)value).byteValue());
7 return PrimitiveObjects.getByte (pValue.byteValue ());
8 return new Byte(readWholeNumber(s.substring(0,s.length()-1)).byteValue());
9 setByte(parameterIndex, ((Number) x).byteValue());
10 return new Byte(((Number)obj).byteValue());
11 b = new Byte(((Number) value).byteValue());
12 return new Byte(numb.byteValue());
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.