Package edu.jas.poly
Class IndexFactory.IndexListComparator
java.lang.Object
edu.jas.poly.IndexFactory.IndexListComparator
- All Implemented Interfaces:
Serializable
,Comparator<IndexList>
- Enclosing class:
IndexFactory
public abstract static class IndexFactory.IndexListComparator
extends Object
implements Comparator<IndexList>, Serializable
Comparator for IndexLists.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
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, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
IndexListComparator
public IndexListComparator()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<IndexList>
-