Class DynamicOrderedList.DOLNode<K>

  • Type Parameters:
    K - the type of element contained in this node.
    All Implemented Interfaces:
    java.lang.Comparable<DynamicOrderedList.DOLNode<K>>
    Enclosing class:
    DynamicOrderedList<K>

    public static class DynamicOrderedList.DOLNode<K>
    extends java.lang.Object
    implements java.lang.Comparable<DynamicOrderedList.DOLNode<K>>
    A node of the doubly-linked list underlying this data structure. Nodes are compared by the numeric comparison of their tags.
    • Constructor Detail

      • DOLNode

        public DOLNode()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object