com.lucidera.lcs
Class LcsTable.ClusterComparator

java.lang.Object
  extended by com.lucidera.lcs.LcsTable.ClusterComparator
All Implemented Interfaces:
Comparator<FemLocalIndex>
Enclosing class:
LcsTable

private static class LcsTable.ClusterComparator
extends Object
implements Comparator<FemLocalIndex>

Comparator that sorts clusters by cluster name.


Constructor Summary
private LcsTable.ClusterComparator()
           
 
Method Summary
 int compare(FemLocalIndex i1, FemLocalIndex i2)
           
 
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

LcsTable.ClusterComparator

private LcsTable.ClusterComparator()
Method Detail

compare

public int compare(FemLocalIndex i1,
                   FemLocalIndex i2)
Specified by:
compare in interface Comparator<FemLocalIndex>