net.sf.farrago.namespace.ftrs
Class FtrsTableProjectionRule.IndexLengthComparator

java.lang.Object
  extended by net.sf.farrago.namespace.ftrs.FtrsTableProjectionRule.IndexLengthComparator
All Implemented Interfaces:
Comparator<FemLocalIndex>
Enclosing class:
FtrsTableProjectionRule

private static class FtrsTableProjectionRule.IndexLengthComparator
extends Object
implements Comparator<FemLocalIndex>


Constructor Summary
private FtrsTableProjectionRule.IndexLengthComparator()
           
 
Method Summary
 int compare(FemLocalIndex o1, FemLocalIndex 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

FtrsTableProjectionRule.IndexLengthComparator

private FtrsTableProjectionRule.IndexLengthComparator()
Method Detail

compare

public int compare(FemLocalIndex o1,
                   FemLocalIndex o2)
Specified by:
compare in interface Comparator<FemLocalIndex>