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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
IndexListComparator
public IndexListComparator()
-
-
Method Details
-
compare
- Specified by:
comparein interfaceComparator<IndexList>
-