public final class Number640 extends Number implements Comparable<Number640>
| Constructor and Description |
|---|
Number640(Number160 locationKey,
Number160 domainKey,
Number160 contentKey,
Number160 versionKey)
Constructor with a given location key, domain, and content key.
|
Number640(Number320 key,
Number160 contentKey,
Number160 versionKey) |
Number640(Number480 key,
Number160 versionKey)
Constructor with a given location key, domain, and content key.
|
Number640(Random rnd)
Constructor that creates a random 480bit number.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Number640 o) |
Number160 |
contentKey() |
Number160 |
domainKey() |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
Number320 |
locationAndDomainKey() |
Number480 |
locationDomainAndContentKey() |
Number160 |
locationKey() |
long |
longValue() |
Number640 |
maxContentKey() |
Number640 |
maxVersionKey() |
Number640 |
minContentKey() |
Number640 |
minVersionKey() |
String |
toString() |
Number160 |
versionKey() |
byteValue, shortValuepublic static final Number640 ZERO
public Number640(Number160 locationKey, Number160 domainKey, Number160 contentKey, Number160 versionKey)
locationKey - The location keydomainKey - The domain keycontentKey - The content keypublic Number640(Number480 key, Number160 versionKey)
key - The location and domain keycontentKey - The content keypublic Number640(Random rnd)
rnd - The random classpublic Number160 locationKey()
public Number160 domainKey()
public Number160 contentKey()
public Number160 versionKey()
public int compareTo(Number640 o)
compareTo in interface Comparable<Number640>public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic Number640 minVersionKey()
public Number640 minContentKey()
public Number640 maxVersionKey()
public Number640 maxContentKey()
public Number320 locationAndDomainKey()
public Number480 locationDomainAndContentKey()
Copyright © 2014. All rights reserved.