public static class AddressTrie.TrieComparator<E extends Address> extends Object implements Comparator<BinaryTreeNode<E>>, Serializable
| Modifier and Type | Method and Description |
|---|---|
int |
compare(BinaryTreeNode<E> tree1,
BinaryTreeNode<E> tree2) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongpublic int compare(BinaryTreeNode<E> tree1, BinaryTreeNode<E> tree2)
compare in interface Comparator<BinaryTreeNode<E extends Address>>