NASA World Wind

gov.nasa.worldwind.applications.gio.catalogui
Class AVListNode.KeyComparator

java.lang.Object
  extended by 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>


Constructor Summary
AVListNode.KeyComparator(String key)
           
 
Method Summary
 int compare(AVListNode n1, AVListNode n2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

AVListNode.KeyComparator

public AVListNode.KeyComparator(String key)
Method Detail

compare

public int compare(AVListNode n1,
                   AVListNode n2)
Specified by:
compare in interface Comparator<AVListNode>

NASA World Wind