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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DLong.java36 public final class Long extends Number implements Comparable<Long> { class in inherits:Number,Comparable
59 public static final Class<Long> TYPE
60 = (Class<Long>) long[].class.getComponentType();
61 // Note: Long.TYPE can't be set to "long.class", since *that* is
62 // defined to be "java.lang.Long.TYPE";
82 * Constructs a new {@code Long} with the specified primitive long value.
87 public Long(long value) { method in class:Long
92 * Constructs a new {@code Long} from the specified string.
100 public Long(Strin method in class:Long
[all...]

Completed in 612 milliseconds