| Interface | Description |
|---|---|
| FloatArraySyncer | |
| IntegerArraySyncer | |
| MappingChange.Map<E,F> | |
| SortableList<E> |
SortableList is a list that can sort itself in an efficient way, in contrast to the
Collections.sort() method which threat all lists the same way.
|
| Class | Description |
|---|---|
| ArrayListenerHelper<T extends ObservableArray<T>> | |
| ChangeHelper | |
| ElementObservableListDecorator<E> | |
| ImmutableObservableList<E> | |
| ListListenerHelper<E> | |
| MapAdapterChange<K,V> | |
| MapListenerHelper<K,V> | |
| MappingChange<E,F> | |
| NonIterableChange<E> | |
| NonIterableChange.GenericAddRemoveChange<E> | |
| NonIterableChange.SimpleAddChange<E> | |
| NonIterableChange.SimplePermutationChange<E> | |
| NonIterableChange.SimpleRemovedChange<E> | |
| NonIterableChange.SimpleUpdateChange<E> | |
| ObservableFloatArrayImpl |
ObservableFloatArray default implementation.
|
| ObservableIntegerArrayImpl |
ObservableIntegerArray default implementation.
|
| ObservableListWrapper<E> |
A List wrapper class that implements observability.
|
| ObservableMapWrapper<K,V> |
A Map wrapper class that implements observability.
|
| ObservableSequentialListWrapper<E> | |
| ObservableSetWrapper<E> |
A Set wrapper class that implements observability.
|
| SetAdapterChange<E> | |
| SetListenerHelper<E> | |
| SortHelper |
Helper class that contains algorithms taken from JDK that additionally
tracks the permutation that's created thorough the process
|
| SourceAdapterChange<E> | |
| TrackableObservableList<T> | |
| UnmodifiableListSet<E> |
A special unmodifiable implementation of Set which wraps a List.
|
| UnmodifiableObservableMap<K,V> |
ObservableMap wrapper that does not allow changes to the underlying container.
|
| VetoableListDecorator<E> |
Copyright © 2025. All rights reserved.