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, shortValue
public 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 Number
public double doubleValue()
doubleValue
in class Number
Copyright © 2013. All Rights Reserved.