|
Class Summary |
| CollectionEvent<T> |
The CollectionEvent provides information on an ObservableCollection object
when it has been modified. |
| NullIterator |
An always empty iterator. |
| ObservableList<T> |
The ObservableList subclasses the ArrayList and
overrides all the functions that change the internally
stored collection. |
| ObservableListWrapper<T> |
|
| ObservableMap |
The ObservableMap subclasses the HashMap and
overrides all the functions that change the internally
stored collection. |
| ObservableSet |
The ObservableSet subclasses the HashSet and
overrides all the functions that change the internally
stored collection. |
| ObservableSortedMap |
The ObservableSortedMap subclasses the TreeMap and
overrides all the functions that change the internally
stored collection. |
| ObservableSortedSet |
The ObservableSortedSet subclasses the TreeSet and
overrides all the functions that change the internally
stored collection. |
| SortedList |
A sorted list based on ArrayList using binary search algorithmes. |