@Version(value="1.0.0")
| Interface | Description |
|---|---|
| CollectionDecorator<T extends java.util.Collection<E>,E> | |
| ListDecorator<E> | |
| MapDecorator<K,V> | |
| Reiterator<T,R> |
A buffer to decouple the delivery of events with their sequential
consumption, such that events consumed will be queued for later supply.
|
| SetDecorator<E> | |
| SortedSetDecorator<E> |
| Class | Description |
|---|---|
| EquivalenceComparator<T> |
Provides an arbitrary total ordering over a type of object from an equality
relation.
|
| ListTransformationView<F,T> |
A view of a list which will be automatically updated along with the original,
but who's elements will be a transformation of the original associated
elements by way of the function passed to the constructor.
|
| ListTransformOnceView<F,T> |
A view of a
List which will be automatically updated along with the
original, but whose elements will be a transformation of the original
associated elements by way of the function passed to the constructor. |
| MergedCollectionSet<T> | |
| MergeIndicesListView<T> | |
| ScopedSet<S extends ScopedSet<S,T>,T> | |
| SetTransformationView<F,T> |
A view of a set which will be automatically updated along with the original,
but who's elements will be a transformation of the original associated
elements by way of the function passed to the constructor.
|
| SetTransformOnceView<F,T> |
A view of a
Set which will be automatically updated along with the
original, but whose elements will be a transformation of the original
associated elements by way of the function passed to the constructor. |
| SplitIndexListView<T> | |
| SubList<T> |