All Classes Interface Summary Class Summary Exception Summary
| Class |
Description |
| AbstractBasicLinkedListEntry<E,T extends AbstractBasicLinkedListEntry<E,T>> |
Abstract base class for entries in a linked list.
|
| AbstractLinkedList<E,T extends LinkedListEntry<E,T>> |
Abstract base class for linked lists.
|
| AbstractSmartCollection<E> |
|
| ArrayStorage<T> |
A thin wrapper around a simple Object[] array.
|
| ArrayUtil |
Utility methods for arrays.
|
| ArrayWritable<T> |
Unified interface for (collection) classes that allow writing their contents to an array.
|
| BackedGeneralPriorityQueue<E,K extends Comparable<K>> |
|
| BackedGeneralPriorityQueue.Entry<E,K extends Comparable<K>> |
Note: this class has a natural ordering that is inconsistent with equals.
|
| BinaryHeap<E> |
|
| CapacityManagement |
Control interface for collections supporting a capacity management, i.e., reserving space in advance in order to
avoid repeated reallocations.
|
| DefaultLinkedList<E> |
A simple linked list implementation that allows storing arbitrary elements.
|
| DefaultLinkedListEntry<E> |
The default linked list entry.
|
| ElementReference |
Marker interface for element reference.
|
| IntrusiveLinkedList<T extends LinkedListEntry<T,T>> |
An intrusive version of a linked list.
|
| IntSeq |
An IntSeq is an abstract read-only view on a finite, random-access data-structure for primitive integer
values.
|
| InvalidReferenceException |
|
| LinkedListEntry<E,T extends LinkedListEntry<E,T>> |
Basic interface for entries in a linked list.
|
| ReflexiveMapView<T> |
An immutable, reflexive Map view for a given set of elements.
|
| ResizingArrayStorage<T> |
Class that provides a resizable array storage of a certain type.
|
| SmartCollection<E> |
An extended collection interface.
|
| SmartDeque<E> |
A double-ended queue (deque), allowing access, removal and insertion of elements both at the beginning and the end.
|
| SmartDynamicPriorityQueue<E> |
A priority queue interface.
|
| SmartGeneralPriorityQueue<E,K extends Comparable<K>> |
A generalized priority queue which allows storing arbitrary elements that don't have to be comparable, neither by
their natural ordering nor by a provided Comparator.
|
| SmartPriorityQueue<E> |
Priority queue interface.
|
| SmartSequence<E> |
Sequence interface.
|
| UnorderedCollection<E> |
This class implements a collection for storing objects in no particular order.
|