java.lang
Class Byte

java.lang.Object
   |
   +--java.lang.Number
         |
         +--java.lang.Byte

public final class Byte
extends Number

Field Summary
private final value
          
Constructor Summary
Byte(byte value)
           
 
Method Summary
public bytebyteValue()
          
public static BytevalueOf(byte b)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Field Detail

value

private final byte value
References to the field:
java/lang/Byte.java 12
java/lang/Byte.java 20
Constructor Detail

Byte

public  Byte(byte value)
Click to Locals in the Constructor
Call sites to the constructor:
junit/framework/Assert.java 145
junit/framework/Assert.java 145
Locals in the constructor:
value: Line 12
Method Detail

byteValue

public byte byteValue()

valueOf

public static Byte valueOf(byte b)

Locals in the method:
b Line 16