Class PartiallyOrderedSet.TopBottomNode<E>

  • Type Parameters:
    E - Element type
    Enclosing class:
    PartiallyOrderedSet<E>

    private static class PartiallyOrderedSet.TopBottomNode<E>
    extends PartiallyOrderedSet.Node<E>
    Subclass of Node for top/bottom nodes. Improves readability when debugging.
    • Field Detail

      • description

        private final java.lang.String description
    • Constructor Detail

      • TopBottomNode

        TopBottomNode​(boolean top)