Class AbstractLinkedList

  • All Implemented Interfaces:
    Iterable, Collection, List
    Direct Known Subclasses:
    CursorableLinkedList, NodeCachingLinkedList

    @Deprecated(since="2021-04-30")
    public abstract class AbstractLinkedList
    extends Object
    implements List
    Deprecated.
    Commons Collections 3 is in maintenance mode. Commons Collections 4 should be used instead.
    An abstract implementation of a linked list which provides numerous points for subclasses to override.

    Overridable methods are provided to change the storage node and to change how nodes are added to and removed. Hopefully, all you need for unusual subclasses is here.

    Since:
    Commons Collections 3.0