forked from I2P_Developers/i2p.i2p
javadoc
This commit is contained in:
@@ -8,6 +8,7 @@ import net.i2p.data.SimpleDataStructure;
|
||||
/**
|
||||
* Help sort Hashes in relation to a base key using the XOR metric
|
||||
*
|
||||
* @since 0.9.2
|
||||
*/
|
||||
class XORComparator<T extends SimpleDataStructure> implements Comparator<T> {
|
||||
private final byte[] _base;
|
||||
|
||||
Reference in New Issue
Block a user