June 2003
Intermediate to advanced
672 pages
23h 48m
English
ByteWrapperHolder
public final class ByteWrapperHolder implements Holder {
// Public Constructors
public ByteWrapperHolder( );
public ByteWrapperHolder( Byte mybyte);
// Public Instance Fields
public Byte value;
}A Holder class that contains an object of type
java.lang.Byte.
Read now
Unlock full access