Package net.i2p.kademlia
Class XORComparator<T extends SimpleDataStructure>
- java.lang.Object
-
- net.i2p.kademlia.XORComparator<T>
-
- All Implemented Interfaces:
Serializable
,Comparator<T>
public class XORComparator<T extends SimpleDataStructure> extends Object implements Comparator<T>, Serializable
Help sort Hashes in relation to a base key using the XOR metric- Since:
- 0.9.2 in i2psnark, moved to core in 0.9.10
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XORComparator(T target)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compare(T lhs, T rhs)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
-
-
-
Constructor Detail
-
XORComparator
public XORComparator(T target)
- Parameters:
target
- key to compare distances with
-
-
Method Detail
-
compare
public int compare(T lhs, T rhs)
- Specified by:
compare
in interfaceComparator<T extends SimpleDataStructure>
-
-