anl.aida.viz3d
Class StackSorter.Asc

java.lang.Object
  extended by anl.aida.viz3d.StackSorter.Asc
All Implemented Interfaces:
java.util.Comparator<StackItem2>
Enclosing class:
StackSorter

private static class StackSorter.Asc
extends java.lang.Object
implements java.util.Comparator<StackItem2>


Constructor Summary
private StackSorter.Asc()
           
 
Method Summary
 int compare(StackItem2 o1, StackItem2 o2)
           
 
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

StackSorter.Asc

private StackSorter.Asc()
Method Detail

compare

public int compare(StackItem2 o1,
                   StackItem2 o2)
Specified by:
compare in interface java.util.Comparator<StackItem2>