gov.nasa.worldwind.applications.gio.catalogui
Class AVListNode.KeyComparator
java.lang.Object
gov.nasa.worldwind.applications.gio.catalogui.AVListNode.KeyComparator
- All Implemented Interfaces:
- Comparator<AVListNode>
- Enclosing class:
- AVListNode<T extends AVList>
public static class AVListNode.KeyComparator
- extends Object
- implements Comparator<AVListNode>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AVListNode.KeyComparator
public AVListNode.KeyComparator(String key)
compare
public int compare(AVListNode n1,
AVListNode n2)
- Specified by:
compare
in interface Comparator<AVListNode>