ccs.cpc
Class VFile.NameSorter

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

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


Constructor Summary
VFile.NameSorter()
           
 
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.NameSorter

public VFile.NameSorter()
Method Detail

compare

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