Class SingleLinkedList<T>

  • All Implemented Interfaces:
    Iterable<T>, Collection<T>, List<T>

    public class SingleLinkedList<T>
    extends AbstractList<T>
    Single linked list which allows sharing of the suffix.
    Since:
    1.220
    Author:
    Kohsuke Kawaguchi