Modifier and Type | Field and Description |
---|---|
long |
j
the primitive value boxed by this instance
|
private static Box.Long[] |
small
a cache for small longs
|
Modifier | Constructor and Description |
---|---|
private |
Box.Long(long c) |
private static final Box.Long[] small
public final long j
public static final Box.Long mk(long c)
box long value
public java.lang.String toString()
toString
in class java.lang.Object