class |
EventProducingCollection<T> |
The Event producing collection provides a set to which one can subscribe interest in entry changes.
|
class |
EventProducingIterator<T> |
The EventProducingIterator provides an iterator embedding the Iterator, which fires an event when an object has been removed.
|
class |
EventProducingList<E> |
The Event producing list provides a list to which one can subscribe interest in entry changes.
|
class |
EventProducingListIterator<T> |
EventProducingListIterator provides an iterator embedding the ListIterator, which fires an event when an object has been
removed.
|
class |
EventProducingMap<K,V> |
The Event producing map provides a map to which one can subscribe interest in entry changes.
|
class |
EventProducingSet<E> |
The Event producing set provides a set to which one can subscribe interest in entry changes.
|