hunt.collection.LinkedList

Undocumented in source.

Members

Classes

LinkedList
class LinkedList(E)

Doubly-linked list implementation of the {@code List} and {@code Deque} interfaces. Implements all optional list operations, and permits all elements (including {@code null}).

Meta