| Class | Description |
|---|---|
| ManagedCollection<E> |
Marker interface for managed collections.
|
| ManagedList<X,E> |
The list implementation of managed collection.
|
| ManagedMap<X,K,V> |
The set implementation of managed collection.
|
| ManagedSet<X,E> |
The set implementation of managed collection.
|
| WrappedIterator<E> |
A wrapper implementation of
Iterator to track changes in Managed collections. |
| WrappedListIterator<E> |
A wrapper implementation of
ListIterator to track changes in Managed collections. |
Copyright © 2012-2013 Batoo. All Rights Reserved.