com.nhncorp.neptune.fs
Class GPathComparator

java.lang.Object
  extended by com.nhncorp.neptune.fs.GPathComparator
All Implemented Interfaces:
java.util.Comparator<GPath>

public class GPathComparator
extends java.lang.Object
implements java.util.Comparator<GPath>


Constructor Summary
GPathComparator()
           
 
Method Summary
 int compare(GPath path1, GPath path2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

GPathComparator

public GPathComparator()
Method Detail

compare

public int compare(GPath path1,
                   GPath path2)
Specified by:
compare in interface java.util.Comparator<GPath>