public class Number320 extends Number implements Comparable<Number320>
| Constructor and Description |
|---|
Number320(Number160 locationKey,
Number160 domainKey) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Number320 o) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
Number160 |
getDomainKey() |
Number160 |
getLocationKey() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
Number480 |
max() |
Number480 |
min() |
String |
toString() |
byteValue, shortValuepublic Number160 getLocationKey()
public Number160 getDomainKey()
public int compareTo(Number320 o)
compareTo in interface Comparable<Number320>public Number480 min()
public Number480 max()
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class NumberCopyright © 2013. All Rights Reserved.