Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/sdk/nullability/java/lang/
DByte.annotated.java31 public final class Byte extends java.lang.Number implements java.lang.Comparable<java.lang.Byte> { class
33 public Byte(byte value) { throw new RuntimeException("Stub!"); } in Byte() method in Byte
35 public Byte(@libcore.util.NonNull java.lang.String s) throws java.lang.NumberFormatException { thro… in Byte() method in Byte
/libcore/ojluni/annotations/hiddenapi/java/lang/
DByte.java32 public final class Byte extends java.lang.Number implements java.lang.Comparable<java.lang.Byte> { class
34 public Byte(byte value) { in Byte() method in Byte
38 public Byte(java.lang.String s) throws java.lang.NumberFormatException { in Byte() method in Byte
/libcore/ojluni/src/main/java/java/lang/
DByte.java48 public final class Byte extends Number implements Comparable<Byte> { class
310 public Byte(byte value) { in Byte() method in Byte
333 public Byte(String s) throws NumberFormatException { in Byte() method in Byte
/libcore/luni/src/test/java/libcore/java/lang/invoke/
DMethodHandleAccessorsTest.java57 Byte, enumConstant