Module inet.ipaddr
Package inet.ipaddr.format.util
Class AddressTrie.TrieComparator<E extends Address>
java.lang.Object
inet.ipaddr.format.util.AddressTrie.TrieComparator<E>
- All Implemented Interfaces:
Serializable
,Comparator<BinaryTreeNode<E>>
- Enclosing class:
AddressTrie<E extends Address>
public static class AddressTrie.TrieComparator<E extends Address>
extends Object
implements Comparator<BinaryTreeNode<E>>, Serializable
- See Also:
-
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<E extends Address>
-