Class TupleList<T>

  • Type Parameters:
    T - The element type. Often a tuple.

    public final class TupleList<T>
    extends Object
    Different from LinkedList because nodes/indexes are allowed to directly reference TupleListEntry instances to avoid the lookup by index cost. Also doesn't implement the List interface.