Interface | Description |
---|---|
ISharedList<T> |
A type-aware thread-safe list interface
|
ReifiedList<T> |
A type-aware list interface
|
Class | Description |
---|---|
ReadOnlyListIterator<T> |
Read-only list iterator, does not allow modifications.
|
ReifiedArrayList<T> |
A type-aware array-backed list that uses similar semantics and strategy to the java.util.ArrayList.
|
ReifiedLinkedList<T> |
A type-aware linked list.
|
SharedList<T> |
An type-aware array-backed thread-safe list.
|
SortedList<T extends java.lang.Comparable<T>> |
A type-aware sorted list of comparable elements.
|