dimawo.middleware.sharedMap.dht.chord
Class ChordTableEntry

java.lang.Object
  extended by dimawo.middleware.sharedMap.dht.chord.ChordTableEntry
All Implemented Interfaces:
Serializable, Comparable<ChordTableEntry>

public class ChordTableEntry
extends Object
implements Serializable, Comparable<ChordTableEntry>

See Also:
Serialized Form

Constructor Summary
ChordTableEntry(DAId daId, ChordId chordId)
           
 
Method Summary
 int compareTo(ChordTableEntry o)
           
 boolean equals(Object o)
           
 ChordId getChordId()
           
 DAId getDaId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ChordTableEntry

public ChordTableEntry(DAId daId,
                       ChordId chordId)
Method Detail

getChordId

public ChordId getChordId()

getDaId

public DAId getDaId()

toString

public String toString()
Overrides:
toString in class Object

compareTo

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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


Copyright © 2011 DiMaWo Team. All Rights Reserved.