Class Order.OrderNode

  • All Implemented Interfaces:
    Node
    Enclosing class:
    Order<T>

    private class Order.OrderNode
    extends java.lang.Object
    implements Node
    Represents an object that is ordered.
    Author:
    Matthias Thimm
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private OrderNode()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • OrderNode

        private OrderNode()