Type Parameters:
E - element class.
All Implemented Interfaces:
Iterable<E>, Collection<E>, SmartCollection<E>, SmartSequence<E>

public class DefaultLinkedList<E> extends AbstractLinkedList<E,DefaultLinkedListEntry<E>>
A simple linked list implementation that allows storing arbitrary elements.