Interface LinkedListNode<V>

  • All Known Implementing Classes:
    DummyNode, Node

    public interface LinkedListNode<V>