net.tomp2p.peers
Class Number320

java.lang.Object
  extended by java.lang.Number
      extended by net.tomp2p.peers.Number320
All Implemented Interfaces:
Serializable, Comparable<Number320>

public class Number320
extends Number
implements Comparable<Number320>

See Also:
Serialized Form

Constructor Summary
Number320(Number160 locationKey, Number160 domainKey)
           
 
Method Summary
 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()
           
 
Methods inherited from class java.lang.Number
byteValue, shortValue
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Number320

public Number320(Number160 locationKey,
                 Number160 domainKey)
Method Detail

getLocationKey

public Number160 getLocationKey()

getDomainKey

public Number160 getDomainKey()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

compareTo

public int compareTo(Number320 o)
Specified by:
compareTo in interface Comparable<Number320>

toString

public String toString()
Overrides:
toString in class Object

min

public Number480 min()

max

public Number480 max()

intValue

public int intValue()
Specified by:
intValue in class Number

longValue

public long longValue()
Specified by:
longValue in class Number

floatValue

public float floatValue()
Specified by:
floatValue in class Number

doubleValue

public double doubleValue()
Specified by:
doubleValue in class Number


Copyright © 2013. All Rights Reserved.