com.bradmcevoy.common
Class Path.LengthComparator

java.lang.Object
  extended by com.bradmcevoy.common.Path.LengthComparator
All Implemented Interfaces:
java.util.Comparator<Path>
Enclosing class:
Path

public static class Path.LengthComparator
extends java.lang.Object
implements java.util.Comparator<Path>


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

Path.LengthComparator

public Path.LengthComparator()
Method Detail

compare

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


Copyright © 2011. All Rights Reserved.