dimawo.middleware.sharedMap.dht.chord
Class ChordTableEntry
java.lang.Object
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
ChordTableEntry
public ChordTableEntry(DAId daId,
ChordId chordId)
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.