Class AbstractOrdering<T>

  • Type Parameters:
    T - the type for which we establish an ordering
    All Implemented Interfaces:
    Ordering<T>
    Direct Known Subclasses:
    ArgumentDegreeOrdering

    public abstract class AbstractOrdering<T>
    extends java.lang.Object
    implements Ordering<T>
    This class provides a skeletal implementation of the Ordering interface, to minimize the effort required to implement this interface.
    Author:
    Mathias Hofer
    • Method Summary

      Modifier and Type Method Description
      Ordering<T> filter​(java.util.function.Predicate<? super T> filter)  
      Ordering<T> limit​(int limit)  
      java.util.List<T> order​(AbstractDialecticalFramework adf)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait