class |
BasicEventList<E> |
An EventList that wraps any simple List , such as ArrayList
or LinkedList .
|
class |
CollectionList<S,E> |
A list that acts like a tree in that it contains child elements to nodes
contained in another list.
|
class |
CompositeList<E> |
|
class |
DebugList<E> |
DebugList is meant to be used as a drop-in replacement for
BasicEventList at the root of pipelines of EventList s during
development.
|
class |
FilterList<E> |
|
class |
FreezableList<E> |
|
class |
FunctionList<S,E> |
This List is meant to simplify the task of transforming each element of a
source list to an element stored at the same index in this FunctionList.
|
class |
GroupingList<E> |
A grouping list contains elements which are themselves Lists.
|
class |
ObservableElementList<E> |
A list that fires update events whenever elements are modified in place.
|
class |
PluggableList<E> |
|
class |
PopularityList<E> |
An EventList that shows the unique elements from its source
EventList ordered by the frequency of their appearance.
|
class |
RangeList<E> |
|
class |
SeparatorList<E> |
A list that adds separator objects before each group of elements.
|
class |
SequenceList<E> |
A SequenceList contains values in adjacent indices which occur at predictable
intervals from each other.
|
class |
SortedList<E> |
|
class |
ThresholdList<E> |
|
class |
TransactionList<E> |
A list transformation that presents traditional transaction semantics.
|
class |
TransformedList<S,E> |
|
class |
UniqueList<E> |
|