Class OrderedObject<E>

  • Type Parameters:
    E - Type of the element to be ordered

    public class OrderedObject<E>
    extends java.lang.Object
    A simple class for ordering objects.
    Since:
    4.0
    Author:
    Andrew Rucker Jones
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      E getElement()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getElement

        public E getElement()
        Returns:
        The object being sequenced