| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLinkedList<E,T extends LinkedListEntry<E,T>>
Abstract base class for linked lists.
|
class |
IntrusiveLinkedList<T extends LinkedListEntry<T,T>>
An intrusive version of a linked list.
|
interface |
LinkedListEntry<E,T extends LinkedListEntry<E,T>>
Basic interface for entries in a linked list.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBasicLinkedListEntry<E,T extends AbstractBasicLinkedListEntry<E,T>>
Abstract base class for entries in a linked list.
|
class |
DefaultLinkedListEntry<E>
The default linked list entry.
|
Copyright © 2018. All rights reserved.