Searched defs:byteValue (Results 1 - 25 of 36) sorted by relevance

12

/openjdk7/langtools/test/tools/javac/synthesize/
H A DByte.java36 public byte byteValue() { method in class:Byte
/openjdk7/jdk/src/share/classes/java/lang/
H A DNumber.java94 public byte byteValue() { method in class:Number
H A DByte.java322 public byte byteValue() { method in class:Byte
402 return value == ((Byte)obj).byteValue();
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DPrimitiveValue.java57 byte byteValue(); method in interface:PrimitiveValue
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DBooleanValueImpl.java67 public byte byteValue() { method in class:BooleanValueImpl
H A DByteValueImpl.java71 public byte byteValue() { method in class:ByteValueImpl
H A DCharValueImpl.java71 public byte byteValue() { method in class:CharValueImpl
H A DFloatValueImpl.java78 public byte byteValue() { method in class:FloatValueImpl
H A DIntegerValueImpl.java71 public byte byteValue() { method in class:IntegerValueImpl
H A DLongValueImpl.java78 public byte byteValue() { method in class:LongValueImpl
H A DPrimitiveValueImpl.java37 abstract public byte byteValue(); method in class:PrimitiveValueImpl
55 return byteValue();
H A DShortValueImpl.java71 public byte byteValue() { method in class:ShortValueImpl
H A DDoubleValueImpl.java78 public byte byteValue() { method in class:DoubleValueImpl
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DSnmpIpAddress.java110 public byte[] byteValue() { method in class:SnmpIpAddress
H A DSnmpString.java66 value[i] = v[i].byteValue() ;
132 public byte[] byteValue() { method in class:SnmpString
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DBooleanValueImpl.java68 public byte byteValue() { method in class:BooleanValueImpl
H A DByteValueImpl.java74 public byte byteValue() { method in class:ByteValueImpl
H A DCharValueImpl.java73 public byte byteValue() { method in class:CharValueImpl
H A DFloatValueImpl.java79 public byte byteValue() { method in class:FloatValueImpl
H A DIntegerValueImpl.java73 public byte byteValue() { method in class:IntegerValueImpl
H A DLongValueImpl.java79 public byte byteValue() { method in class:LongValueImpl
H A DPrimitiveValueImpl.java38 abstract public byte byteValue(); method in class:PrimitiveValueImpl
56 return byteValue();
H A DShortValueImpl.java73 public byte byteValue() { method in class:ShortValueImpl
/openjdk7/jdk/src/share/classes/sun/management/counter/perf/
H A DPerfDataType.java64 public byte byteValue() { method in class:PerfDataType
81 if (basicTypes[j].byteValue() == type) {
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DXRColor.java104 public static int byteToXRColorValue(int byteValue) { argument
107 if (byteValue != 0) {
108 if (byteValue == 255) {
111 xrValue = ((byteValue << 8) + 255);

Completed in 63 milliseconds

12