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:
  • Constructor Details

    • XORComparator

      public XORComparator(T target)
      Parameters:
      target - key to compare distances with
  • Method Details