Package edu.jas.poly

Class IndexFactory.IndexListComparator

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Comparator<IndexList>
    Enclosing class:
    IndexFactory

    public abstract static class IndexFactory.IndexListComparator
    extends java.lang.Object
    implements java.util.Comparator<IndexList>, java.io.Serializable
    Comparator for IndexLists.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract int compare​(IndexList e1, IndexList e2)  
      • 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 Detail

      • IndexListComparator

        public IndexListComparator()
    • Method Detail

      • compare

        public abstract int compare​(IndexList e1,
                                    IndexList e2)
        Specified by:
        compare in interface java.util.Comparator<IndexList>