See: Description
| Interface | Description |
|---|---|
| Comparator | |
| Iterator |
An iterator over a data structure.
|
| ListIterator |
| Class | Description |
|---|---|
| ArrayList | |
| ByteArray |
Dynamic byte array.
|
| DataStructure | |
| EmptyStructures | |
| HashMap |
Class implements a map of keys associated with values.
|
| HashMap.Entry | |
| HashSet | |
| Heap | |
| LinkedList |
Implementation of a double linked list.
|
| LinkedMap |
Class memorizes the order in which objects were inserted.
|
| LinkedMap.Entry | |
| LinkedSet |
This class is a hash set, in which the elements are linked together, ordered by their adding to
the set.
|
| List | |
| LockedList |
Synchronized List Class, uses lockSupport for synchronization.
|
| LockedMap |
Class synchronizes access to a map.
|
| LockedSet |
Class encapsulates set, method invocations are synchronized by a Lockable object.
|
| LockedStructure |
Class encapsulates data structure, method invocations are synchronized by a Lockable object.
|
| MessageIdBuffer | |
| Queue |
Simple Queue.
|
| ReadOnlyIterator |
An iterator over a data structure.
|
| Set | |
| Stack | |
| WaitingQueue |
Synchronized Queue.
|
| Exception | Description |
|---|---|
| ConcurrentChangeException | |
| UnsupportedOperationException |
Custom implementation of most common datastructures (no generics). Contains all expected operations from a Java datastructure.