ccs.cpc
Class VFile.ExtnSorter

java.lang.Object
  extended by ccs.cpc.VFile.ExtnSorter
All Implemented Interfaces:
java.util.Comparator<VFile>
Enclosing class:
VFile

public static class VFile.ExtnSorter
extends java.lang.Object
implements java.util.Comparator<VFile>


Constructor Summary
VFile.ExtnSorter()
           
 
Method Summary
 int compare(VFile o1, VFile 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

VFile.ExtnSorter

public VFile.ExtnSorter()
Method Detail

compare

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