Searched defs:Byte (Results 1 - 1 of 1) sorted by relevance

/dalvik/libcore/luni/src/main/java/java/lang/
H A DByte.java25 public final class Byte extends Number implements Comparable<Byte> { class in inherits:Number,Comparable
35 * The maximum {@code Byte} value, 2<sup>7</sup>-1.
40 * The minimum {@code Byte} value, -2<sup>7</sup>.
45 * The number of bits needed to represent a {@code Byte} value in two's
56 public static final Class<Byte> TYPE
57 = (Class<Byte>) byte[].class.getComponentType();
59 // defined to be "java.lang.Byte.TYPE";
62 * Constructs a new {@code Byte} with the specified primitive byte value.
67 public Byte(byt method in class:Byte
80 public Byte(String string) throws NumberFormatException { method in class:Byte
[all...]

Completed in 64 milliseconds