ccs.cpc
Class VFile.BasicRSSorter

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

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


Constructor Summary
VFile.BasicRSSorter(boolean isName)
           
 
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.BasicRSSorter

public VFile.BasicRSSorter(boolean isName)
Method Detail

compare

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