public final class Number480 extends Number implements Comparable<Number480>
| Constructor and Description |
|---|
Number480(Number160 locationKey,
Number160 domainKey,
Number160 contentKey)
Creates a new Number480 key from given location, domain and content keys.
|
Number480(Number320 key,
Number160 contentKey)
Creates a new Number480 key from given location, domain and content keys.
|
Number480(Random rnd)
Creates a new random Number480 key.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Number480 o) |
Number160 |
contentKey() |
Number160 |
domainKey() |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
Number160 |
locationKey() |
long |
longValue() |
String |
toString() |
byteValue, shortValuepublic static final Number480 ZERO
public Number480(Number160 locationKey, Number160 domainKey, Number160 contentKey)
locationKey - The location keydomainKey - The domain keycontentKey - The content keypublic Number480(Number320 key, Number160 contentKey)
key - The location and domain keycontentKey - The content keypublic Number480(Random rnd)
rnd - The random classpublic Number160 locationKey()
public Number160 domainKey()
public Number160 contentKey()
public int compareTo(Number480 o)
compareTo in interface Comparable<Number480>public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2014. All rights reserved.