Class CustomSetEntryChain<T>

  • Type Parameters:
    T - The type of the value held in each link of the chain

    class CustomSetEntryChain<T>
    extends Object
    A one-way linked chain of entries in a CustomSet
    • Constructor Detail

      • CustomSetEntryChain

        public CustomSetEntryChain​(T value)