Package org.dishevelled.observable

Observable decorators for collection and map interfaces.

See:
          Description

Interface Summary
ObservableCollection<E> Observable extension to the Collection interface.
ObservableList<E> Observable extension to the List interface.
ObservableMap<K,V> Observable extension to the Map interface.
ObservableQueue<E> Observable extension to the Queue interface.
ObservableSet<E> Observable extension to the Set interface.
ObservableSortedMap<K,V> Observable extension to the SortedMap interface.
ObservableSortedSet<E> Observable extension to the SortedSet interface.
 

Class Summary
AbstractCollectionDecorator<E> Abstract collection that decorates an instance of Collection.
AbstractIteratorDecorator<E> Abstract iterator that decorates an instance of Iterator.
AbstractListDecorator<E> Abstract list that decorates an instance of List.
AbstractListIteratorDecorator<E> Abstract iterator that decorates an instance of ListIterator.
AbstractMapDecorator<K,V> Abstract map that decorates an instance of Map.
AbstractMapEntryDecorator<K,V> Abstract map entry decorator.
AbstractObservableCollection<E> Abstract implementation of an observable collection that decorates an instance of Collection.
AbstractObservableList<E> Abstract implementation of an observable list that decorates an instance of List.
AbstractObservableMap<K,V> Abstract implementation of an observable map that decorates an instance of Map.
AbstractObservableQueue<E> Abstract implementation of an observable queue that decorates an instance of Queue.
AbstractObservableSet<E> Abstract implementation of an observable set that decorates an instance of Set.
AbstractObservableSortedMap<K,V> Abstract implementation of an observable sorted map that decorates an instance of SortedMap.
AbstractObservableSortedSet<E> Abstract implementation of an observable sorted set that decorates an instance of SortedSet.
AbstractQueueDecorator<E> Abstract queue that decorates an instance of Queue.
AbstractSetDecorator<E> Abstract set that decorates an instance of Set.
AbstractSortedMapDecorator<K,V> Abstract sorted map that decorates an instance of SortedMap.
AbstractSortedSetDecorator<E> Abstract set that decorates an instance of SortedSet.
 

Package org.dishevelled.observable Description

Observable decorators for collection and map interfaces.



Copyright (c) 2003-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).