A C E F G H I K L M N O P Q R S T V 

A

AbstractCollectionDecorator<E> - Class in org.dishevelled.observable
Abstract collection that decorates an instance of Collection.
AbstractCollectionDecorator(Collection<E>) - Constructor for class org.dishevelled.observable.AbstractCollectionDecorator
Create a new abstract collection that decorates the specified collection.
AbstractIteratorDecorator<E> - Class in org.dishevelled.observable
Abstract iterator that decorates an instance of Iterator.
AbstractIteratorDecorator(Iterator<E>) - Constructor for class org.dishevelled.observable.AbstractIteratorDecorator
Create a new abstract iterator that decorates the specified iterator.
AbstractListDecorator<E> - Class in org.dishevelled.observable
Abstract list that decorates an instance of List.
AbstractListDecorator(List<E>) - Constructor for class org.dishevelled.observable.AbstractListDecorator
Create a new abstract list that decorates the specified list.
AbstractListIteratorDecorator<E> - Class in org.dishevelled.observable
Abstract iterator that decorates an instance of ListIterator.
AbstractListIteratorDecorator(ListIterator<E>) - Constructor for class org.dishevelled.observable.AbstractListIteratorDecorator
Create a new abstract list iterator that decorates the specified list iterator.
AbstractMapDecorator<K,V> - Class in org.dishevelled.observable
Abstract map that decorates an instance of Map.
AbstractMapDecorator(Map<K, V>) - Constructor for class org.dishevelled.observable.AbstractMapDecorator
Create a new abstract map that decorates the specified map.
AbstractMapEntryDecorator<K,V> - Class in org.dishevelled.observable
Abstract map entry decorator.
AbstractMapEntryDecorator(Map.Entry<K, V>) - Constructor for class org.dishevelled.observable.AbstractMapEntryDecorator
Create a new abstract map entyr that decorates the specified map entry.
AbstractObservableCollection<E> - Class in org.dishevelled.observable
Abstract implementation of an observable collection that decorates an instance of Collection.
AbstractObservableCollection(Collection<E>) - Constructor for class org.dishevelled.observable.AbstractObservableCollection
Create a new abstract observable collection that decorates the specified collection.
AbstractObservableList<E> - Class in org.dishevelled.observable
Abstract implementation of an observable list that decorates an instance of List.
AbstractObservableList(List<E>) - Constructor for class org.dishevelled.observable.AbstractObservableList
Create a new abstract observable list that decorates the specified list.
AbstractObservableList.ObservableSubList - Class in org.dishevelled.observable
Observable subList decorator.
AbstractObservableList.ObservableSubList(List<E>) - Constructor for class org.dishevelled.observable.AbstractObservableList.ObservableSubList
Create a new observable subList that decorates the specified sublist.
AbstractObservableMap<K,V> - Class in org.dishevelled.observable
Abstract implementation of an observable map that decorates an instance of Map.
AbstractObservableMap(Map<K, V>) - Constructor for class org.dishevelled.observable.AbstractObservableMap
Create a new abstract observable map that decorates the specified map.
AbstractObservableMap.ObservableEntrySet - Class in org.dishevelled.observable
Observable entrySet view decorator.
AbstractObservableMap.ObservableEntrySet(Set<Map.Entry<K, V>>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet
Create a new observable entrySet view that decorates the specified entrySet view.
AbstractObservableMap.ObservableEntrySet.ObservableEntrySetIterator - Class in org.dishevelled.observable
Observable entrySet view iterator decorator.
AbstractObservableMap.ObservableEntrySet.ObservableEntrySetIterator(Iterator<Map.Entry<K, V>>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet.ObservableEntrySetIterator
Create a new observable entrySet view iterator that decorates the specified entrySet view iterator.
AbstractObservableMap.ObservableEntrySet.ObservableMapEntry - Class in org.dishevelled.observable
Observable map entry decorator.
AbstractObservableMap.ObservableEntrySet.ObservableMapEntry(Map.Entry<K, V>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet.ObservableMapEntry
Create a new observable map entry that decorates the specified map entry.
AbstractObservableMap.ObservableKeySet - Class in org.dishevelled.observable
Observable keySet view decorator.
AbstractObservableMap.ObservableKeySet(Set<K>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet
Create a new observable keySet view that decorates the specified keySet view.
AbstractObservableMap.ObservableKeySet.ObservableKeySetIterator - Class in org.dishevelled.observable
Observable keySet view iterator decorator.
AbstractObservableMap.ObservableKeySet.ObservableKeySetIterator(Iterator<K>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet.ObservableKeySetIterator
Create a new observable keySet view iterator that decorates the specified keySet view iterator.
AbstractObservableMap.ObservableValues - Class in org.dishevelled.observable
Observable values view decorator.
AbstractObservableMap.ObservableValues(Collection<V>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableValues
Create a new observable values view that decorates the specified values view.
AbstractObservableMap.ObservableValues.ObservableValuesIterator - Class in org.dishevelled.observable
Observable values view iterator decorator.
AbstractObservableMap.ObservableValues.ObservableValuesIterator(Iterator<V>) - Constructor for class org.dishevelled.observable.AbstractObservableMap.ObservableValues.ObservableValuesIterator
Create a new observable values view iterator that decorates the specified values view iterator.
AbstractObservableQueue<E> - Class in org.dishevelled.observable
Abstract implementation of an observable queue that decorates an instance of Queue.
AbstractObservableQueue(Queue<E>) - Constructor for class org.dishevelled.observable.AbstractObservableQueue
Create a new abstract observable queue that decorates the specified queue.
AbstractObservableSet<E> - Class in org.dishevelled.observable
Abstract implementation of an observable set that decorates an instance of Set.
AbstractObservableSet(Set<E>) - Constructor for class org.dishevelled.observable.AbstractObservableSet
Create a new abstract observable set that decorates the specified set.
AbstractObservableSortedMap<K,V> - Class in org.dishevelled.observable
Abstract implementation of an observable sorted map that decorates an instance of SortedMap.
AbstractObservableSortedMap(SortedMap<K, V>) - Constructor for class org.dishevelled.observable.AbstractObservableSortedMap
Create a new abstract observable sorted map that decorates the specified sorted map.
AbstractObservableSortedSet<E> - Class in org.dishevelled.observable
Abstract implementation of an observable sorted set that decorates an instance of SortedSet.
AbstractObservableSortedSet(SortedSet<E>) - Constructor for class org.dishevelled.observable.AbstractObservableSortedSet
Create a new abstract observable sorted set that decorates the specified sorted set.
AbstractQueueDecorator<E> - Class in org.dishevelled.observable
Abstract queue that decorates an instance of Queue.
AbstractQueueDecorator(Queue<E>) - Constructor for class org.dishevelled.observable.AbstractQueueDecorator
Create a new abstract queue that decorates the specified queue.
AbstractSetDecorator<E> - Class in org.dishevelled.observable
Abstract set that decorates an instance of Set.
AbstractSetDecorator(Set<E>) - Constructor for class org.dishevelled.observable.AbstractSetDecorator
Create a new abstract set that decorates the specified set.
AbstractSortedMapDecorator<K,V> - Class in org.dishevelled.observable
Abstract sorted map that decorates an instance of SortedMap.
AbstractSortedMapDecorator(SortedMap<K, V>) - Constructor for class org.dishevelled.observable.AbstractSortedMapDecorator
Create a new abstract sorted map that decorates the specified sorted map.
AbstractSortedSetDecorator<E> - Class in org.dishevelled.observable
Abstract set that decorates an instance of SortedSet.
AbstractSortedSetDecorator(SortedSet<E>) - Constructor for class org.dishevelled.observable.AbstractSortedSetDecorator
Create a new abstract sorted set that decorates the specified sorted set.
add(E) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
add(int, E) - Method in class org.dishevelled.observable.AbstractListDecorator
add(E) - Method in class org.dishevelled.observable.AbstractListDecorator
add(E) - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
add(E) - Method in class org.dishevelled.observable.AbstractObservableCollection
add(E) - Method in class org.dishevelled.observable.AbstractObservableList
add(int, E) - Method in class org.dishevelled.observable.AbstractObservableList
add(E) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
add(int, E) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
add(E) - Method in class org.dishevelled.observable.AbstractObservableQueue
add(E) - Method in class org.dishevelled.observable.AbstractObservableSet
add(E) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
add(E) - Method in class org.dishevelled.observable.AbstractQueueDecorator
add(E) - Method in class org.dishevelled.observable.AbstractSetDecorator
add(E) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
addAll(int, Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractListDecorator
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractListDecorator
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList
addAll(int, Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
addAll(int, Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableSet
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractQueueDecorator
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractSetDecorator
addAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
addCollectionChangeListener(CollectionChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Add the specified collection change listener.
addCollectionChangeListener(CollectionChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Add the specified collection change listener.
addCollectionChangeListener(CollectionChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableCollection
Add the specified collection change listener.
addListChangeListener(ListChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableList
Add the specified list change listener.
addListChangeListener(ListChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Add the specified list change listener.
addListChangeListener(ListChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableList
Add the specified list change listener.
addMapChangeListener(MapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Add the specified map change listener.
addMapChangeListener(MapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Add the specified map change listener.
addMapChangeListener(MapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableMap
Add the specified map change listener.
addQueueChangeListener(QueueChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Add the specified queue change listener.
addQueueChangeListener(QueueChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Add the specified queue change listener.
addQueueChangeListener(QueueChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableQueue
Add the specified queue change listener.
addSetChangeListener(SetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Add the specified set change listener.
addSetChangeListener(SetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Add the specified set change listener.
addSetChangeListener(SetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSet
Add the specified set change listener.
addSortedMapChangeListener(SortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Add the specified sorted map change listener.
addSortedMapChangeListener(SortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Add the specified sorted map change listener.
addSortedMapChangeListener(SortedMapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableSortedMap
Add the specified sorted map change listener.
addSortedSetChangeListener(SortedSetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Add the specified sorted set change listener.
addSortedSetChangeListener(SortedSetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Add the specified sorted set change listener.
addSortedSetChangeListener(SortedSetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSortedSet
Add the specified sorted set change listener.
addVetoableCollectionChangeListener(VetoableCollectionChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Add the specified vetoable collection change listener.
addVetoableCollectionChangeListener(VetoableCollectionChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Add the specified vetoable collection change listener.
addVetoableCollectionChangeListener(VetoableCollectionChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableCollection
Add the specified vetoable collection change listener.
addVetoableListChangeListener(VetoableListChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableList
Add the specified vetoable list change listener.
addVetoableListChangeListener(VetoableListChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Add the specified vetoable list change listener.
addVetoableListChangeListener(VetoableListChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableList
Add the specified vetoable list change listener.
addVetoableMapChangeListener(VetoableMapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Add the specified vetoable map change listener.
addVetoableMapChangeListener(VetoableMapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Add the specified vetoable map change listener.
addVetoableMapChangeListener(VetoableMapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableMap
Add the specified vetoable map change listener.
addVetoableQueueChangeListener(VetoableQueueChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Add the specified vetoable queue change listener.
addVetoableQueueChangeListener(VetoableQueueChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Add the specified vetoable queue change listener.
addVetoableQueueChangeListener(VetoableQueueChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableQueue
Add the specified vetoable queue change listener.
addVetoableSetChangeListener(VetoableSetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Add the specified vetoable set change listener.
addVetoableSetChangeListener(VetoableSetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Add the specified vetoable set change listener.
addVetoableSetChangeListener(VetoableSetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSet
Add the specified vetoable set change listener.
addVetoableSortedMapChangeListener(VetoableSortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Add the specified vetoable sorted map change listener.
addVetoableSortedMapChangeListener(VetoableSortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Add the specified vetoable sorted map change listener.
addVetoableSortedMapChangeListener(VetoableSortedMapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableSortedMap
Add the specified vetoable sorted map change listener.
addVetoableSortedSetChangeListener(VetoableSortedSetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Add the specified vetoable sorted set change listener.
addVetoableSortedSetChangeListener(VetoableSortedSetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Add the specified vetoable sorted set change listener.
addVetoableSortedSetChangeListener(VetoableSortedSetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSortedSet
Add the specified vetoable sorted set change listener.

C

clear() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
clear() - Method in class org.dishevelled.observable.AbstractListDecorator
clear() - Method in class org.dishevelled.observable.AbstractMapDecorator
clear() - Method in class org.dishevelled.observable.AbstractObservableCollection
clear() - Method in class org.dishevelled.observable.AbstractObservableList
clear() - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
clear() - Method in class org.dishevelled.observable.AbstractObservableMap
clear() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet
clear() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet
clear() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableValues
clear() - Method in class org.dishevelled.observable.AbstractObservableQueue
clear() - Method in class org.dishevelled.observable.AbstractObservableSet
clear() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
clear() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
clear() - Method in class org.dishevelled.observable.AbstractQueueDecorator
clear() - Method in class org.dishevelled.observable.AbstractSetDecorator
clear() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
clear() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
collectionChanged(CollectionChangeEvent<E>) - Method in interface org.dishevelled.observable.event.CollectionChangeListener
Notify this listener that a change has been made to the observable collection.
CollectionChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable collection.
CollectionChangeEvent(ObservableCollection<E>) - Constructor for class org.dishevelled.observable.event.CollectionChangeEvent
Create a new collection change event with the specified observable collection as the event source.
CollectionChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable collection.
CollectionChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a collection change is vetoed by a VetoableCollectionChangeListener.
CollectionChangeVetoException() - Constructor for exception org.dishevelled.observable.event.CollectionChangeVetoException
Create a new collection change veto exception.
CollectionChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.CollectionChangeVetoException
Create a new collection change veto exception with the specified error message.
collectionWillChange(VetoableCollectionChangeEvent<E>) - Method in interface org.dishevelled.observable.event.VetoableCollectionChangeListener
Notify this listener that a vetoable change is about to be made to the observable collection.
comparator() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
comparator() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
contains(Object) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
contains(Object) - Method in class org.dishevelled.observable.AbstractListDecorator
contains(Object) - Method in class org.dishevelled.observable.AbstractQueueDecorator
contains(Object) - Method in class org.dishevelled.observable.AbstractSetDecorator
contains(Object) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
containsAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
containsAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractListDecorator
containsAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractQueueDecorator
containsAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractSetDecorator
containsAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
containsKey(Object) - Method in class org.dishevelled.observable.AbstractMapDecorator
containsKey(Object) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
containsValue(Object) - Method in class org.dishevelled.observable.AbstractMapDecorator
containsValue(Object) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator

E

element() - Method in class org.dishevelled.observable.AbstractQueueDecorator
entrySet() - Method in class org.dishevelled.observable.AbstractMapDecorator
entrySet() - Method in class org.dishevelled.observable.AbstractObservableMap
entrySet() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractListDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractMapDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractMapEntryDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractQueueDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractSetDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
equals(Object) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator

F

fireCollectionChanged() - Method in class org.dishevelled.observable.AbstractObservableCollection
Fire a change event to all registered CollectionChangeListeners.
fireCollectionChanged(CollectionChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Fire the specified change event to all registered CollectionChangeListeners.
fireCollectionChanged() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Fire a change event to all registered CollectionChangeListeners.
fireCollectionChanged(CollectionChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Fire the specified change event to all registered CollectionChangeListeners.
fireCollectionWillChange() - Method in class org.dishevelled.observable.AbstractObservableCollection
Fire a will change event to all registered VetoableCollectionChangeListeners.
fireCollectionWillChange(VetoableCollectionChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Fire the specified will change event to all registered VetoableCollectionChangeListeners.
fireCollectionWillChange() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Fire a will change event to all registered VetoableCollectionChangeListeners.
fireCollectionWillChange(VetoableCollectionChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Fire the specified will change event to all registered VetoableCollectionChangeListeners.
fireListChanged() - Method in class org.dishevelled.observable.AbstractObservableList
Fire a change event to all registered ListChangeListeners.
fireListChanged(ListChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableList
Fire the specified change event to all registered ListChangeListeners.
fireListChanged() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Fire a change event to all registered ListChangeListeners.
fireListChanged(ListChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Fire the specified change event to all registered ListChangeListeners.
fireListWillChange() - Method in class org.dishevelled.observable.AbstractObservableList
Fire a will change event to all registered VetoableListChangeListeners.
fireListWillChange(VetoableListChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableList
Fire the specified will change event to all registered VetoableListChangeListeners.
fireListWillChange() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Fire a will change event to all registered VetoableListChangeListeners.
fireListWillChange(VetoableListChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Fire the specified will change event to all registered VetoableListChangeListeners.
fireMapChanged() - Method in class org.dishevelled.observable.AbstractObservableMap
Fire a change event to all registered MapChangeListeners.
fireMapChanged(MapChangeEvent<K, V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Fire the specified change event to all registered MapChangeListeners.
fireMapChanged() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Fire a change event to all registered MapChangeListeners.
fireMapChanged(MapChangeEvent<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Fire the specified change event to all registered MapChangeListeners.
fireMapWillChange() - Method in class org.dishevelled.observable.AbstractObservableMap
Fire a will change event to all registered VetoableMapChangeListeners.
fireMapWillChange(VetoableMapChangeEvent<K, V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Fire the specified will change event to all registered VetoableMapChangeListeners.
fireMapWillChange() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Fire a will change event to all registered VetoableMapChangeListeners.
fireMapWillChange(VetoableMapChangeEvent<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Fire the specified will change event to all registered VetoableMapChangeListeners.
fireQueueChanged() - Method in class org.dishevelled.observable.AbstractObservableQueue
Fire a change event to all registered QueueChangeListeners.
fireQueueChanged(QueueChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Fire the specified change event to all registered QueueChangeListeners.
fireQueueChanged() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Fire a change event to all registered QueueChangeListeners.
fireQueueChanged(QueueChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Fire the specified change event to all registered QueueChangeListeners.
fireQueueWillChange() - Method in class org.dishevelled.observable.AbstractObservableQueue
Fire a will change event to all registered VetoableQueueChangeListeners.
fireQueueWillChange(VetoableQueueChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Fire the specified will change event to all registered VetoableQueueChangeListeners.
fireQueueWillChange() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Fire a will change event to all registered VetoableQueueChangeListeners.
fireQueueWillChange(VetoableQueueChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Fire the specified will change event to all registered VetoableQueueChangeListeners.
fireSetChanged() - Method in class org.dishevelled.observable.AbstractObservableSet
Fire a change event to all registered SetChangeListeners.
fireSetChanged(SetChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Fire the specified change event to all registered SetChangeListeners.
fireSetChanged() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Fire a change event to all registered SetChangeListeners.
fireSetChanged(SetChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Fire the specified change event to all registered SetChangeListeners.
fireSetWillChange() - Method in class org.dishevelled.observable.AbstractObservableSet
Fire a will change event to all registered VetoableSetChangeListeners.
fireSetWillChange(VetoableSetChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Fire the specified will change event to all registered VetoableSetChangeListeners.
fireSetWillChange() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Fire a will change event to all registered VetoableSetChangeListeners.
fireSetWillChange(VetoableSetChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Fire the specified will change event to all registered VetoableSetChangeListeners.
fireSortedMapChanged() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Fire a change event to all registered SortedMapChangeListeners.
fireSortedMapChanged(SortedMapChangeEvent<K, V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Fire the specified change event to all registered SortedMapChangeListeners.
fireSortedMapChanged() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Fire a change event to all registered SortedMapChangeListeners.
fireSortedMapChanged(SortedMapChangeEvent<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Fire the specified change event to all registered SortedMapChangeListeners.
fireSortedMapWillChange() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Fire a will change event to all registered VetoableSortedMapChangeListeners.
fireSortedMapWillChange(VetoableSortedMapChangeEvent<K, V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Fire the specified will change event to all registered VetoableSortedMapChangeListeners.
fireSortedMapWillChange() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Fire a will change event to all registered VetoableSortedMapChangeListeners.
fireSortedMapWillChange(VetoableSortedMapChangeEvent<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Fire the specified will change event to all registered VetoableSortedMapChangeListeners.
fireSortedSetChanged() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Fire a change event to all registered SortedSetChangeListeners.
fireSortedSetChanged(SortedSetChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Fire the specified change event to all registered SortedSetChangeListeners.
fireSortedSetChanged() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Fire a change event to all registered SortedSetChangeListeners.
fireSortedSetChanged(SortedSetChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Fire the specified change event to all registered SortedSetChangeListeners.
fireSortedSetWillChange() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Fire a will change event to all registered VetoableSortedSetChangeListeners.
fireSortedSetWillChange(VetoableSortedSetChangeEvent<E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Fire the specified will change event to all registered VetoableSortedSetChangeListeners.
fireSortedSetWillChange() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Fire a will change event to all registered VetoableSortedSetChangeListeners.
fireSortedSetWillChange(VetoableSortedSetChangeEvent<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Fire the specified will change event to all registered VetoableSortedSetChangeListeners.
first() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
firstKey() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator

G

get(int) - Method in class org.dishevelled.observable.AbstractListDecorator
get(Object) - Method in class org.dishevelled.observable.AbstractMapDecorator
get(Object) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
getCollection() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
Return a reference to the collection this decorator decorates.
getCollectionChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableCollection
Return the number of CollectionChangeListeners registered to this observable collection.
getCollectionChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Return the number of CollectionChangeListeners registered to this observable collection support class.
getCollectionChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableCollection
Return the number of CollectionChangeListeners registered to this observable collection.
getCollectionChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableCollection
Return an array of all CollectionChangeListeners, or an empty array if none are registered.
getCollectionChangeListeners() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Return an array of all CollectionChangeListeners, or an empty array if none are registered.
getCollectionChangeListeners() - Method in interface org.dishevelled.observable.ObservableCollection
Return an array of all CollectionChangeListeners, or an empty array if none are registered.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Return the EventListenerList backing this observable collection support class.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Return the EventListenerList backing this observable list support class.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Return the EventListenerList backing this observable map support class.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Return the EventListenerList backing this observable queue support class.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Return the EventListenerList backing this observable set support class.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Return the EventListenerList backing this observable sorted map support class.
getEventListenerList() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Return the EventListenerList backing this observable sorted set support class.
getIterator() - Method in class org.dishevelled.observable.AbstractIteratorDecorator
\ * Return a reference to the iterator this decorator decorates.
getKey() - Method in class org.dishevelled.observable.AbstractMapEntryDecorator
getList() - Method in class org.dishevelled.observable.AbstractListDecorator
Return a reference to the list this decorator decorates.
getListChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableList
Return the number of ListChangeListeners registered to this observable list.
getListChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Return the number of ListChangeListeners registered to this observable list support class.
getListChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableList
Return the number of ListChangeListeners registered to this observable list.
getListChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableList
Return an array of all ListChangeListeners, or an empty array if none are registered.
getListChangeListeners() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Return an array of all ListChangeListeners, or an empty array if none are registered.
getListChangeListeners() - Method in interface org.dishevelled.observable.ObservableList
Return an array of all ListChangeListeners, or an empty array if none are registered.
getListIterator() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
Return a reference to the list iterator this decorator decorates.
getMap() - Method in class org.dishevelled.observable.AbstractMapDecorator
Return a reference to the map this decorator decorates.
getMapChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableMap
Return the number of MapChangeListeners registered to this observable map.
getMapChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Return the number of MapChangeListeners registered to this observable map support class.
getMapChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableMap
Return the number of MapChangeListeners registered to this observable map.
getMapChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableMap
Return an array of all MapChangeListeners, or an empty array if none are registered.
getMapChangeListeners() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Return an array of all MapChangeListeners, or an empty array if none are registered.
getMapChangeListeners() - Method in interface org.dishevelled.observable.ObservableMap
Return an array of all MapChangeListeners, or an empty array if none are registered.
getObservableCollection() - Method in class org.dishevelled.observable.event.CollectionChangeEvent
Return the source of this collection change event as an ObservableCollection.
getObservableCollection() - Method in class org.dishevelled.observable.event.VetoableCollectionChangeEvent
Return the source of this vetoable collection change event as an ObservableCollection.
getObservableCollectionChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableCollection
Return the ObservableCollectionChangeSupport class backing this abstract observable collection.
getObservableList() - Method in class org.dishevelled.observable.event.ListChangeEvent
Return the source of this list change event as an ObservableList.
getObservableList() - Method in class org.dishevelled.observable.event.VetoableListChangeEvent
Return the source of this vetoable list change event as an ObservableList.
getObservableListChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableList
Return the ObservableListChangeSupport class backing this abstract observable list.
getObservableMap() - Method in class org.dishevelled.observable.event.MapChangeEvent
Return the source of this map change event as an ObservableMap.
getObservableMap() - Method in class org.dishevelled.observable.event.VetoableMapChangeEvent
Return the source of this vetoable map change event as an ObservableMap.
getObservableMapChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableMap
Return the ObservableMapChangeSupport class backing this abstract observable map.
getObservableQueue() - Method in class org.dishevelled.observable.event.QueueChangeEvent
Return the source of this queue change event as an ObservableQueue.
getObservableQueue() - Method in class org.dishevelled.observable.event.VetoableQueueChangeEvent
Return the source of this vetoable queue change event as an ObservableQueue.
getObservableQueueChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableQueue
Return the ObservableQueueChangeSupport class backing this abstract observable queue.
getObservableSet() - Method in class org.dishevelled.observable.event.SetChangeEvent
Return the source of this set change event as an ObservableSet.
getObservableSet() - Method in class org.dishevelled.observable.event.VetoableSetChangeEvent
Return the source of this vetoable set change event as an ObservableSet.
getObservableSetChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableSet
Return the ObservableSetChangeSupport class backing this abstract observable set.
getObservableSortedMap() - Method in class org.dishevelled.observable.event.SortedMapChangeEvent
Return the source of this sorted map change event as an ObservableSortedMap.
getObservableSortedMap() - Method in class org.dishevelled.observable.event.VetoableSortedMapChangeEvent
Return the source of this vetoable sorted map change event as an ObservableSortedMap.
getObservableSortedMapChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Return the ObservableSortedMapChangeSupport class backing this abstract observable sorted map.
getObservableSortedSet() - Method in class org.dishevelled.observable.event.SortedSetChangeEvent
Return the source of this sorted set change event as an ObservableSortedSet.
getObservableSortedSet() - Method in class org.dishevelled.observable.event.VetoableSortedSetChangeEvent
Return the source of this vetoable sorted set change event as an ObservableSortedSet.
getObservableSortedSetChangeSupport() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Return the ObservableSortedSetChangeSupport class backing this abstract observable sorted set.
getQueue() - Method in class org.dishevelled.observable.AbstractQueueDecorator
Return a reference to the queue this decorator decorates.
getQueueChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableQueue
Return the number of QueueChangeListeners registered to this observable queue.
getQueueChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Return the number of QueueChangeListeners registered to this observable queue support class.
getQueueChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableQueue
Return the number of QueueChangeListeners registered to this observable queue.
getQueueChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableQueue
Return an array of all QueueChangeListeners, or an empty array if none are registered.
getQueueChangeListeners() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Return an array of all QueueChangeListeners, or an empty array if none are registered.
getQueueChangeListeners() - Method in interface org.dishevelled.observable.ObservableQueue
Return an array of all QueueChangeListeners, or an empty array if none are registered.
getSet() - Method in class org.dishevelled.observable.AbstractSetDecorator
Return a reference to the set this decorator decorates.
getSetChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableSet
Return the number of SetChangeListeners registered to this observable set.
getSetChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Return the number of SetChangeListeners registered to this observable set support class.
getSetChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableSet
Return the number of SetChangeListeners registered to this observable set.
getSetChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableSet
Return an array of all SetChangeListeners, or an empty array if none are registered.
getSetChangeListeners() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Return an array of all SetChangeListeners, or an empty array if none are registered.
getSetChangeListeners() - Method in interface org.dishevelled.observable.ObservableSet
Return an array of all SetChangeListeners, or an empty array if none are registered.
getSortedMap() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
Return a reference to the sorted map this decorator decorates.
getSortedMapChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Return the number of SortedMapChangeListeners registered to this observable sorted map.
getSortedMapChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Return the number of SortedMapChangeListeners registered to this observable sorted map support class.
getSortedMapChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableSortedMap
Return the number of SortedMapChangeListeners registered to this observable sorted map.
getSortedMapChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Return an array of all SortedMapChangeListeners, or an empty array if none are registered.
getSortedMapChangeListeners() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Return an array of all SortedMapChangeListeners, or an empty array if none are registered.
getSortedMapChangeListeners() - Method in interface org.dishevelled.observable.ObservableSortedMap
Return an array of all SortedMapChangeListeners, or an empty array if none are registered.
getSortedSet() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
Return a reference to the sorted set this decorator decorates.
getSortedSetChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Return the number of SortedSetChangeListeners registered to this observable sorted set.
getSortedSetChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Return the number of SortedSetChangeListeners registered to this observable sorted set support class.
getSortedSetChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableSortedSet
Return the number of SortedSetChangeListeners registered to this observable sorted set.
getSortedSetChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Return an array of all SortedSetChangeListeners, or an empty array if none are registered.
getSortedSetChangeListeners() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Return an array of all SortedSetChangeListeners, or an empty array if none are registered.
getSortedSetChangeListeners() - Method in interface org.dishevelled.observable.ObservableSortedSet
Return an array of all SortedSetChangeListeners, or an empty array if none are registered.
getValue() - Method in class org.dishevelled.observable.AbstractMapEntryDecorator
getVetoableCollectionChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableCollection
Return the number of VetoableCollectionChangeListeners registered to this observable collection.
getVetoableCollectionChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Return the number of VetoableCollectionChangeListeners registered to this observable collection support class.
getVetoableCollectionChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableCollection
Return the number of VetoableCollectionChangeListeners registered to this observable collection.
getVetoableCollectionChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableCollection
Return an array of all VetoableCollectionChangeListeners, or an empty array if none are registered.
getVetoableCollectionChangeListeners() - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Return an array of all VetoableCollectionChangeListeners, or an empty array if none are registered.
getVetoableCollectionChangeListeners() - Method in interface org.dishevelled.observable.ObservableCollection
Return an array of all VetoableCollectionChangeListeners, or an empty array if none are registered.
getVetoableListChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableList
Return the number of VetoableListChangeListeners registered to this observable list.
getVetoableListChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Return the number of VetoableListChangeListeners registered to this observable list support class.
getVetoableListChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableList
Return the number of VetoableListChangeListeners registered to this observable list.
getVetoableListChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableList
Return an array of all VetoableListChangeListeners, or an empty array if none are registered.
getVetoableListChangeListeners() - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Return an array of all VetoableListChangeListeners, or an empty array if none are registered.
getVetoableListChangeListeners() - Method in interface org.dishevelled.observable.ObservableList
Return an array of all VetoableListChangeListeners, or an empty array if none are registered.
getVetoableMapChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableMap
Return the number of VetoableMapChangeListeners registered to this observable map.
getVetoableMapChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Return the number of VetoableMapChangeListeners registered to this observable map support class.
getVetoableMapChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableMap
Return the number of VetoableMapChangeListeners registered to this observable map.
getVetoableMapChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableMap
Return an array of all VetoableMapChangeListeners, or an empty array if none are registered.
getVetoableMapChangeListeners() - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Return an array of all VetoableMapChangeListeners, or an empty array if none are registered.
getVetoableMapChangeListeners() - Method in interface org.dishevelled.observable.ObservableMap
Return an array of all VetoableMapChangeListeners, or an empty array if none are registered.
getVetoableQueueChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableQueue
Return the number of VetoableQueueChangeListeners registered to this observable queue.
getVetoableQueueChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Return the number of VetoableQueueChangeListeners registered to this observable queue support class.
getVetoableQueueChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableQueue
Return the number of VetoableQueueChangeListeners registered to this observable queue.
getVetoableQueueChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableQueue
Return an array of all VetoableQueueChangeListeners, or an empty array if none are registered.
getVetoableQueueChangeListeners() - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Return an array of all VetoableQueueChangeListeners, or an empty array if none are registered.
getVetoableQueueChangeListeners() - Method in interface org.dishevelled.observable.ObservableQueue
Return an array of all VetoableQueueChangeListeners, or an empty array if none are registered.
getVetoableSetChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableSet
Return the number of VetoableSetChangeListeners registered to this observable set.
getVetoableSetChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Return the number of VetoableSetChangeListeners registered to this observable set support class.
getVetoableSetChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableSet
Return the number of VetoableSetChangeListeners registered to this observable set.
getVetoableSetChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableSet
Return an array of all VetoableSetChangeListeners, or an empty array if none are registered.
getVetoableSetChangeListeners() - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Return an array of all VetoableSetChangeListeners, or an empty array if none are registered.
getVetoableSetChangeListeners() - Method in interface org.dishevelled.observable.ObservableSet
Return an array of all VetoableSetChangeListeners, or an empty array if none are registered.
getVetoableSortedMapChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Return the number of VetoableSortedMapChangeListeners registered to this observable sorted map.
getVetoableSortedMapChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Return the number of VetoableSortedMapChangeListeners registered to this observable sorted map support class.
getVetoableSortedMapChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableSortedMap
Return the number of VetoableSortedMapChangeListeners registered to this observable sorted map.
getVetoableSortedMapChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Return an array of all VetoableSortedMapChangeListeners, or an empty array if none are registered.
getVetoableSortedMapChangeListeners() - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Return an array of all VetoableSortedMapChangeListeners, or an empty array if none are registered.
getVetoableSortedMapChangeListeners() - Method in interface org.dishevelled.observable.ObservableSortedMap
Return an array of all VetoableSortedMapChangeListeners, or an empty array if none are registered.
getVetoableSortedSetChangeListenerCount() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Return the number of VetoableSortedSetChangeListeners registered to this observable sorted set.
getVetoableSortedSetChangeListenerCount() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Return the number of VetoableSortedSetChangeListeners registered to this observable sorted set support class.
getVetoableSortedSetChangeListenerCount() - Method in interface org.dishevelled.observable.ObservableSortedSet
Return the number of VetoableSortedSetChangeListeners registered to this observable sorted set.
getVetoableSortedSetChangeListeners() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Return an array of all VetoableSortedSetChangeListeners, or an empty array if none are registered.
getVetoableSortedSetChangeListeners() - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Return an array of all VetoableSortedSetChangeListeners, or an empty array if none are registered.
getVetoableSortedSetChangeListeners() - Method in interface org.dishevelled.observable.ObservableSortedSet
Return an array of all VetoableSortedSetChangeListeners, or an empty array if none are registered.

H

hashCode() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractListDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractMapDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractMapEntryDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractQueueDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractSetDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
hashCode() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
hasNext() - Method in class org.dishevelled.observable.AbstractIteratorDecorator
hasNext() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
hasPrevious() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
headMap(K) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
headSet(E) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator

I

indexOf(Object) - Method in class org.dishevelled.observable.AbstractListDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractListDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractMapDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractQueueDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractSetDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
isEmpty() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
iterator() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
iterator() - Method in class org.dishevelled.observable.AbstractListDecorator
iterator() - Method in class org.dishevelled.observable.AbstractObservableCollection
iterator() - Method in class org.dishevelled.observable.AbstractObservableList
iterator() - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
iterator() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet
iterator() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet
iterator() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableValues
iterator() - Method in class org.dishevelled.observable.AbstractObservableQueue
iterator() - Method in class org.dishevelled.observable.AbstractObservableSet
iterator() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
iterator() - Method in class org.dishevelled.observable.AbstractQueueDecorator
iterator() - Method in class org.dishevelled.observable.AbstractSetDecorator
iterator() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator

K

keySet() - Method in class org.dishevelled.observable.AbstractMapDecorator
keySet() - Method in class org.dishevelled.observable.AbstractObservableMap
keySet() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator

L

last() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
lastIndexOf(Object) - Method in class org.dishevelled.observable.AbstractListDecorator
lastKey() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
listChanged(ListChangeEvent<E>) - Method in interface org.dishevelled.observable.event.ListChangeListener
Notify this listener that a change has been made to the observable list.
ListChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable list.
ListChangeEvent(ObservableList<E>) - Constructor for class org.dishevelled.observable.event.ListChangeEvent
Create a new list change event with the specified observable list as the event source.
ListChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable list.
ListChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a list change is vetoed by a VetoableListChangeListener.
ListChangeVetoException() - Constructor for exception org.dishevelled.observable.event.ListChangeVetoException
Create a new list change veto exception.
ListChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.ListChangeVetoException
Create a new list change veto exception with the specified error message.
listIterator() - Method in class org.dishevelled.observable.AbstractListDecorator
listIterator(int) - Method in class org.dishevelled.observable.AbstractListDecorator
listIterator() - Method in class org.dishevelled.observable.AbstractObservableList
listIterator(int) - Method in class org.dishevelled.observable.AbstractObservableList
listIterator() - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
listIterator(int) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
listWillChange(VetoableListChangeEvent<E>) - Method in interface org.dishevelled.observable.event.VetoableListChangeListener
Notify this listener that a vetoable change is about to be made to the observable list.

M

mapChanged(MapChangeEvent<K, V>) - Method in interface org.dishevelled.observable.event.MapChangeListener
Notify this listener that a change has been made to the observable map.
MapChangeEvent<K,V> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable map.
MapChangeEvent(ObservableMap<K, V>) - Constructor for class org.dishevelled.observable.event.MapChangeEvent
Create a new map change event with the specified observable map as the event source.
MapChangeListener<K,V> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable map.
MapChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a map change is vetoed by a VetoableMapChangeListener.
MapChangeVetoException() - Constructor for exception org.dishevelled.observable.event.MapChangeVetoException
Create a new map change veto exception.
MapChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.MapChangeVetoException
Create a new map change veto exception with the specified error message.
mapWillChange(VetoableMapChangeEvent<K, V>) - Method in interface org.dishevelled.observable.event.VetoableMapChangeListener
Notify this listener that a vetoable change is about to be made to the observable map.

N

next() - Method in class org.dishevelled.observable.AbstractIteratorDecorator
next() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
next() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet.ObservableEntrySetIterator
nextIndex() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator

O

observableCollection(Collection<T>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified collection.
ObservableCollection<E> - Interface in org.dishevelled.observable
Observable extension to the Collection interface.
ObservableCollectionChangeSupport<E> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide CollectionChangeListener and VetoableCollectionChangeListener management.
ObservableCollectionChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Create a new support class meant to be subclassed.
ObservableCollectionChangeSupport(ObservableCollection<E>) - Constructor for class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Create a new support class that fires collection change and vetoable collection change events with the specified source as the source of the events.
ObservableCollectionImpl<E> - Class in org.dishevelled.observable.impl
Observable collection decorator that fires empty vetoable collection change events in preXxx methods and empty collection change events in postXxx methods.
ObservableCollectionImpl(Collection<E>) - Constructor for class org.dishevelled.observable.impl.ObservableCollectionImpl
Create a new observable decorator for the specified collection.
observableList(List<T>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified list.
ObservableList<E> - Interface in org.dishevelled.observable
Observable extension to the List interface.
ObservableListChangeSupport<E> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide ListChangeListener and VetoableListChangeListener management.
ObservableListChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableListChangeSupport
Create a new support class meant to be subclassed.
ObservableListChangeSupport(ObservableList<E>) - Constructor for class org.dishevelled.observable.event.ObservableListChangeSupport
Create a new support class that fires list change and vetoable list change events with the specified source as the source of the events.
ObservableListImpl<E> - Class in org.dishevelled.observable.impl
Observable list decorator that fires empty vetoable list change events in preXxx methods and empty list change events in postXxx methods.
ObservableListImpl(List<E>) - Constructor for class org.dishevelled.observable.impl.ObservableListImpl
Create a new observable decorator for the specified list.
observableMap(Map<K, V>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified map.
ObservableMap<K,V> - Interface in org.dishevelled.observable
Observable extension to the Map interface.
ObservableMapChangeSupport<K,V> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide MapChangeListener and VetoableMapChangeListener management.
ObservableMapChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableMapChangeSupport
Create a new support class meant to be subclassed.
ObservableMapChangeSupport(ObservableMap<K, V>) - Constructor for class org.dishevelled.observable.event.ObservableMapChangeSupport
Create a new support class that fires map change and vetoable map change events with the specified source as the source of the events.
ObservableMapImpl<K,V> - Class in org.dishevelled.observable.impl
Observable map decorator that fires empty vetoable map change events in preXxx methods and empty map change events in postXxx methods.
ObservableMapImpl(Map<K, V>) - Constructor for class org.dishevelled.observable.impl.ObservableMapImpl
Create a new observable decorator for the specified map.
observableQueue(Queue<T>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified set.
ObservableQueue<E> - Interface in org.dishevelled.observable
Observable extension to the Queue interface.
ObservableQueueChangeSupport<E> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide QueueChangeListener and VetoableQueueChangeListener management.
ObservableQueueChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableQueueChangeSupport
Create a new support class meant to be subclassed.
ObservableQueueChangeSupport(ObservableQueue<E>) - Constructor for class org.dishevelled.observable.event.ObservableQueueChangeSupport
Create a new support class that fires queue change and vetoable queue change events with the specified source as the source of the events.
ObservableQueueImpl<E> - Class in org.dishevelled.observable.impl
Observable queue decorator that fires empty vetoable queue change events in preXxx methods and empty queue change events in postXxx methods.
ObservableQueueImpl(Queue<E>) - Constructor for class org.dishevelled.observable.impl.ObservableQueueImpl
Create a new observable decorator for the specified queue.
observableSet(Set<T>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified set.
ObservableSet<E> - Interface in org.dishevelled.observable
Observable extension to the Set interface.
ObservableSetChangeSupport<E> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide SetChangeListener and VetoableSetChangeListener management.
ObservableSetChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableSetChangeSupport
Create a new support class meant to be subclassed.
ObservableSetChangeSupport(ObservableSet<E>) - Constructor for class org.dishevelled.observable.event.ObservableSetChangeSupport
Create a new support class that fires set change and vetoable set change events with the specified source as the source of the events.
ObservableSetImpl<E> - Class in org.dishevelled.observable.impl
Observable set decorator that fires empty vetoable set change events in preXxx methods and empty set change events in postXxx methods.
ObservableSetImpl(Set<E>) - Constructor for class org.dishevelled.observable.impl.ObservableSetImpl
Create a new observable decorator for the specified set.
observableSortedMap(SortedMap<K, V>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified sorted map.
ObservableSortedMap<K,V> - Interface in org.dishevelled.observable
Observable extension to the SortedMap interface.
ObservableSortedMapChangeSupport<K,V> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide SortedMapChangeListener and VetoableSortedMapChangeListener management.
ObservableSortedMapChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Create a new support class meant to be subclassed.
ObservableSortedMapChangeSupport(ObservableSortedMap<K, V>) - Constructor for class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Create a new support class that fires sorted map change and vetoable sorted map change events with the specified source as the source of the events.
ObservableSortedMapImpl<K,V> - Class in org.dishevelled.observable.impl
Observable sorted map decorator that fires empty vetoable sorted map change events in preXxx methods and empty sorted map change events in postXxx methods.
ObservableSortedMapImpl(SortedMap<K, V>) - Constructor for class org.dishevelled.observable.impl.ObservableSortedMapImpl
Create a new observable decorator for the specified sorted map.
observableSortedSet(SortedSet<T>) - Static method in class org.dishevelled.observable.impl.ObservableUtils
Create and return a new simple observable decorator for the specified sorted set.
ObservableSortedSet<E> - Interface in org.dishevelled.observable
Observable extension to the SortedSet interface.
ObservableSortedSetChangeSupport<E> - Class in org.dishevelled.observable.event
A support class that can be used via delegation to provide SortedSetChangeListener and VetoableSortedSetChangeListener management.
ObservableSortedSetChangeSupport() - Constructor for class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Create a new support class meant to be subclassed.
ObservableSortedSetChangeSupport(ObservableSortedSet<E>) - Constructor for class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Create a new support class that fires sorted set change and vetoable sorted set change events with the specified source as the source of the events.
ObservableSortedSetImpl<E> - Class in org.dishevelled.observable.impl
Observable sorted set decorator that fires empty vetoable sorted set change events in preXxx methods and empty sorted set change events in postXxx methods.
ObservableSortedSetImpl(SortedSet<E>) - Constructor for class org.dishevelled.observable.impl.ObservableSortedSetImpl
Create a new observable decorator for the specified sorted set.
ObservableUtils - Class in org.dishevelled.observable.impl
Utility methods for creating observable collection and map interface decorators.
offer(E) - Method in class org.dishevelled.observable.AbstractObservableQueue
offer(E) - Method in class org.dishevelled.observable.AbstractQueueDecorator
org.dishevelled.observable - package org.dishevelled.observable
Observable decorators for collection and map interfaces.
org.dishevelled.observable.event - package org.dishevelled.observable.event
Observable collection and map interface change event support.
org.dishevelled.observable.impl - package org.dishevelled.observable.impl
Observable decorator implementations for collection and map interfaces.

P

peek() - Method in class org.dishevelled.observable.AbstractQueueDecorator
poll() - Method in class org.dishevelled.observable.AbstractObservableQueue
poll() - Method in class org.dishevelled.observable.AbstractQueueDecorator
postAdd(E) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the add method has just been called on the wrapped collection with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the add method has just been called on the wrapped list with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the add method has just been called on the wrapped queue with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the add method has just been called on the wrapped set with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the add method has just been called on the wrapped sorted set with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the add method has just been called on the wrapped collection with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the add method has just been called on the wrapped list with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the add method has just been called on the wrapped queue with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the add method has just been called on the wrapped set with the specified parameter.
postAdd(E) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the add method has just been called on the wrapped sorted set with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the addAll method has just been called on the wrapped collection with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the addAll method has just been called on the wrapped list with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the addAll method has just been called on the wrapped queue with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the addAll method has just been called on the wrapped set with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the addAll method has just been called on the wrapped sorted set with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the addAll method has just been called on the wrapped collection with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the addAll method has just been called on the wrapped list with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the addAll method has just been called on the wrapped queue with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the addAll method has just been called on the wrapped set with the specified parameter.
postAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the addAll method has just been called on the wrapped sorted set with the specified parameter.
postAddAllAtIndex(int, Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the addAll(int, Collection) method has just been called on the wrapped list with the specified parameters.
postAddAllAtIndex(int, Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the addAll(int, Collection) method has just been called on the wrapped list with the specified parameters.
postAddAtIndex(int, E) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the add(int, E) method has just been called on the wrapped list with the specified parameters.
postAddAtIndex(int, E) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the add(int, E) method has just been called on the wrapped list with the specified parameters.
postClear() - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the clear method has just been called on the wrapped collection.
postClear() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the clear method has just been called on the wrapped list.
postClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the wrapped map.
postClear() - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the clear method has just been called on the wrapped queue.
postClear() - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the clear method has just been called on the wrapped set.
postClear() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the clear method has just been called on the wrapped sorted map.
postClear() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the clear method has just been called on the wrapped sorted set.
postClear() - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the clear method has just been called on the wrapped collection.
postClear() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the clear method has just been called on the wrapped list.
postClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the wrapped map.
postClear() - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the clear method has just been called on the wrapped queue.
postClear() - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the clear method has just been called on the wrapped set.
postClear() - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the clear method has just been called on the wrapped sorted map.
postClear() - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the clear method has just been called on the wrapped sorted set.
postEntrySetClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the entrySet view iterator for the wrapped map.
postEntrySetIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the entrySet view iterator for the wrapped map.
postEntrySetRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the removeAll method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the removeAll method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the entrySet view for the wrapped map with the specified parameter.
postEntrySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the entrySet view for the wrapped map with the specified parameter.
postIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the remove method has just been called on the wrapped collection's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove method has just been called on the wrapped list's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the remove method has just been called on the wrapped queue's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the remove method has just been called on the wrapped set's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the remove method has just been called on the wrapped sorted set's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the remove method has just been called on the wrapped collection's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove method has just been called on the wrapped list's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the remove method has just been called on the wrapped queue's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the remove method has just been called on the wrapped set's iterator.
postIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the remove method has just been called on the wrapped sorted set's iterator.
postKeySetClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the keySet view iterator for the wrapped map.
postKeySetIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the keySet view iterator for the wrapped map.
postKeySetRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the removeAll method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the removeAll method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the keySet view for the wrapped map with the specified parameter.
postKeySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the keySet view for the wrapped map with the specified parameter.
postListIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove method has just been called on the wrapped list's list iterator.
postListIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove method has just been called on the wrapped list's list iterator.
postListIteratorSet() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the set method has just been called on the wrapped list's list iterator.
postListIteratorSet() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the set method has just been called on the wrapped list's list iterator.
postMapEntrySetValue(V) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the setValue method has just been called on a map entry from the entrySet view iterator for the wrapped map.
postMapEntrySetValue(V) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the setValue method has just been called on a map entry from the entrySet view iterator for the wrapped map.
postOffer(E) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the offer method has just been called on the wrapped queue with the specified parameter.
postOffer(E) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the offer method has just been called on the wrapped queue with the specified parameter.
postPoll() - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the poll method has just been called on the wrapped queue.
postPoll() - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the poll method has just been called on the wrapped queue.
postPut(K, V) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the put method has just been called on the wrapped map with the specified parameters.
postPut(K, V) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the put method has just been called on the wrapped sorted map with the specified parameters.
postPut(K, V) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the put method has just been called on the wrapped map with the specified parameters.
postPut(K, V) - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the put method has just been called on the wrapped sorted map with the specified parameters.
postPutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the putAll method has just been called on the wrapped map with the specified parameter.
postPutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the putAll method has just been called on the wrapped sorted map with the specified parameter.
postPutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the putAll method has just been called on the wrapped map with the specified parameter.
postPutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the putAll method has just been called on the wrapped sorted map with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the remove method has just been called on the wrapped collection with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove method has just been called on the wrapped list with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the wrapped map with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the remove method has just been called on the wrapped queue with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the remove method has just been called on the wrapped set with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the remove method has just been called on the wrapped sorted map with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the remove method has just been called on the wrapped sorted set with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the remove method has just been called on the wrapped collection with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove method has just been called on the wrapped list with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the wrapped map with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the remove method has just been called on the wrapped queue with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the remove method has just been called on the wrapped set with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the remove method has just been called on the wrapped sorted map with the specified parameter.
postRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the remove method has just been called on the wrapped sorted set with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the removeAll method has just been called on the wrapped collection with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the removeAll method has just been called on the wrapped list with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the removeAll method has just been called on the wrapped queue with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the removeAll method has just been called on the wrapped set with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the removeAll method has just been called on the wrapped sorted set with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the removeAll method has just been called on the wrapped collection with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the removeAll method has just been called on the wrapped list with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the removeAll method has just been called on the wrapped queue with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the removeAll method has just been called on the wrapped set with the specified parameter.
postRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the removeAll method has just been called on the wrapped sorted set with the specified parameter.
postRemoveIndex(int) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove(int) method has just been called on the wrapped list with the specified parameter.
postRemoveIndex(int) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove(int) method has just been called on the wrapped list with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the retainAll method has just been called on the wrapped collection with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the retainAll method has just been called on the wrapped list with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the retainAll method has just been called on the wrapped queue with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the retainAll method has just been called on the wrapped set with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the retainAll method has just been called on the wrapped sorted set with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the retainAll method has just been called on the wrapped collection with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the retainAll method has just been called on the wrapped list with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the retainAll method has just been called on the wrapped queue with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the retainAll method has just been called on the wrapped set with the specified parameter.
postRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the retainAll method has just been called on the wrapped sorted set with the specified parameter.
postSet(int, E) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the set method has just been called on the wrapped list with the specified parameters.
postSet(int, E) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the set method has just been called on the wrapped list with the specified parameters.
postValuesClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the values view for the wrapped map with the specified parameter.
postValuesClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the values view for the wrapped map with the specified parameter.
postValuesIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the values view iterator for the wrapped map.
postValuesIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the values view iterator for the wrapped map.
postValuesRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method has just been called on the values view for the wrapped map with the specified parameter.
postValuesRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method has just been called on the values view for the wrapped map with the specified parameter.
postValuesRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the removeAll method has just been called on the values view for the wrapped map with the specified parameter.
postValuesRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the removeAll method has just been called on the values view for the wrapped map with the specified parameter.
postValuesRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method has just been called on the values view for the wrapped map with the specified parameter.
postValuesRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method has just been called on the values view for the wrapped map with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the add method is about to be called on the wrapped collection with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the add method is about to be called on the wrapped list with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the add method is about to be called on the wrapped queue with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the add method is about to be called on the wrapped set with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the add method is about to be called on the wrapped sorted set with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the add method is about to be called on the wrapped collection with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the add method is about to be called on the wrapped list with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the add method is about to be called on the wrapped queue with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the add method is about to be called on the wrapped set with the specified parameter.
preAdd(E) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the add method is about to be called on the wrapped sorted set with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the addAll method is about to be called on the wrapped collection with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the addAll method is about to be called on the wrapped list with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the addAll method is about to be called on the wrapped queue with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the addAll method is about to be called on the wrapped set with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the addAll method is about to be called on the wrapped sorted set with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the addAll method is about to be called on the wrapped collection with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the addAll method is about to be called on the wrapped list with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the addAll method is about to be called on the wrapped queue with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the addAll method is about to be called on the wrapped set with the specified parameter.
preAddAll(Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the addAll method is about to be called on the wrapped sorted set with the specified parameter.
preAddAllAtIndex(int, Collection<? extends E>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the addAll(int, Collection) method is about to be called on the wrapped list with the specified parameters.
preAddAllAtIndex(int, Collection<? extends E>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the addAll(int, Collection) method is about to be called on the wrapped list with the specified parameters.
preAddAtIndex(int, E) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the add(int, E) method is about to be called on the wrapped list with the specified parameters.
preAddAtIndex(int, E) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the add(int, E) method is about to be called on the wrapped list with the specified parameters.
preClear() - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the clear method is about to be called on the wrapped collection.
preClear() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the clear method is about to be called on the wrapped list.
preClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method is about to be called on the wrapped map.
preClear() - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the clear method is about to be called on the wrapped queue.
preClear() - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the clear method is about to be called on the wrapped set.
preClear() - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the clear method is about to be called on the wrapped sorted map.
preClear() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the clear method is about to be called on the wrapped sorted set.
preClear() - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the clear method is about to be called on the wrapped collection.
preClear() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the clear method is about to be called on the wrapped list.
preClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method is about to be called on the wrapped map.
preClear() - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the clear method is about to be called on the wrapped queue.
preClear() - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the clear method is about to be called on the wrapped set.
preClear() - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the clear method is about to be called on the wrapped sorted map.
preClear() - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the clear method is about to be called on the wrapped sorted set.
preEntrySetClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method is about to be called on the entrySet view for the wrapped map.
preEntrySetClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method is about to be called on the entrySet view for the wrapped map.
preEntrySetIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the entrySet view iterator for the wrapped map.
preEntrySetIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the entrySet view iterator for the wrapped map.
preEntrySetRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the entrySet view for the wrapped map.
preEntrySetRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the entrySet view for the wrapped map.
preEntrySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the removeAll method is about to be called on the entrySet view for the wrapped map.
preEntrySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the removeAll method is about to be called on the entrySet view for the wrapped map.
preEntrySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the retainAll method is about to be called on the entrySet view for the wrapped map.
preEntrySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the retainAll method is about to be called on the entrySet view for the wrapped map.
preIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the remove method is about to be called on the wrapped collection's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove method is about to be called on the wrapped list's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the remove method is about to be called on the wrapped queue's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the remove method is about to be called on the wrapped set's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the remove method is about to be called on the wrapped sorted set's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the remove method is about to be called on the wrapped collection's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove method is about to be called on the wrapped list's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the remove method is about to be called on the wrapped queue's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the remove method is about to be called on the wrapped set's iterator.
preIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the remove method is about to be called on the wrapped sorted set's iterator.
preKeySetClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method is about to be called on the keySet view for the wrapped map.
preKeySetClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method is about to be called on the keySet view for the wrapped map.
preKeySetIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the keySet view iterator for the wrapped map.
preKeySetIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the keySet view iterator for the wrapped map.
preKeySetRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the keySet view for the wrapped map.
preKeySetRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the keySet view for the wrapped map.
preKeySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the removeAll method is about to be called on the keySet view for the wrapped map.
preKeySetRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the removeAll method is about to be called on the keySet view for the wrapped map.
preKeySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the retainAll method is about to be called on the keySet view for the wrapped map.
preKeySetRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the retainAll method is about to be called on the keySet view for the wrapped map.
preListIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove method is about to be called on the wrapped list's list iterator.
preListIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove method is about to be called on the wrapped list's list iterator.
preListIteratorSet() - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the set method is about to be called on the wrapped list's list iterator.
preListIteratorSet() - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the set method is about to be called on the wrapped list's list iterator.
preMapEntrySetValue(V) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the setValue method is about to be called on a map entry from the entrySet view iterator for the wrapped map.
preMapEntrySetValue(V) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the setValue method is about to be called on a map entry from the entrySet view iterator for the wrapped map.
preOffer(E) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the offer method is about to be called on the wrapped queue with the specified parameter.
preOffer(E) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the offer method is about to be called on the wrapped queue with the specified parameter.
prePoll() - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the poll method is about to be called on the wrapped queue.
prePoll() - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the poll method is about to be called on the wrapped queue.
prePut(K, V) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the put method is about to be called on the wrapped map with the specified parameters.
prePut(K, V) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the put method is about to be called on the wrapped sorted map with the specified parameters.
prePut(K, V) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the put method is about to be called on the wrapped map with the specified parameters.
prePut(K, V) - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the put method is about to be called on the wrapped sorted map with the specified parameters.
prePutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the putAll method is about to be called on the wrapped map with the specified parameter.
prePutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the putAll method is about to be called on the wrapped sorted map with the specified parameter.
prePutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the putAll method is about to be called on the wrapped map with the specified parameter.
prePutAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the putAll method is about to be called on the wrapped sorted map with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the remove method is about to be called on the wrapped collection with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove method is about to be called on the wrapped list with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the wrapped map with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the remove method is about to be called on the wrapped queue with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the remove method is about to be called on the wrapped set with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Notify subclasses the remove method is about to be called on the wrapped sorted map with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the remove method is about to be called on the wrapped sorted set with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the remove method is about to be called on the wrapped collection with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove method is about to be called on the wrapped list with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the wrapped map with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the remove method is about to be called on the wrapped queue with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the remove method is about to be called on the wrapped set with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableSortedMapImpl
Notify subclasses the remove method is about to be called on the wrapped sorted map with the specified parameter.
preRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the remove method is about to be called on the wrapped sorted set with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the removeAll method is about to be called on the wrapped collection with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the removeAll method is about to be called on the wrapped list with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the removeAll method is about to be called on the wrapped queue with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the removeAll method is about to be called on the wrapped set with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the removeAll method is about to be called on the wrapped sorted set with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the removeAll method is about to be called on the wrapped collection with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the removeAll method is about to be called on the wrapped list with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the removeAll method is about to be called on the wrapped queue with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the removeAll method is about to be called on the wrapped set with the specified parameter.
preRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the removeAll method is about to be called on the wrapped sorted set with the specified parameter.
preRemoveIndex(int) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the remove(int) method is about to be called on the wrapped list with the specified parameter.
preRemoveIndex(int) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the remove(int) method is about to be called on the wrapped list with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Notify subclasses the retainAll method is about to be called on the wrapped collection with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the retainAll method is about to be called on the wrapped list with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Notify subclasses the retainAll method is about to be called on the wrapped queue with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSet
Notify subclasses the retainAll method is about to be called on the wrapped set with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Notify subclasses the retainAll method is about to be called on the wrapped sorted set with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableCollectionImpl
Notify subclasses the retainAll method is about to be called on the wrapped collection with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the retainAll method is about to be called on the wrapped list with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableQueueImpl
Notify subclasses the retainAll method is about to be called on the wrapped queue with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSetImpl
Notify subclasses the retainAll method is about to be called on the wrapped set with the specified parameter.
preRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableSortedSetImpl
Notify subclasses the retainAll method is about to be called on the wrapped sorted set with the specified parameter.
preSet(int, E) - Method in class org.dishevelled.observable.AbstractObservableList
Notify subclasses the set method is about to be called on the wrapped list with the specified parameters.
preSet(int, E) - Method in class org.dishevelled.observable.impl.ObservableListImpl
Notify subclasses the set method is about to be called on the wrapped list with the specified parameters.
preValuesClear() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the clear method is about to be called on the values view for the wrapped map.
preValuesClear() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the clear method is about to be called on the values view for the wrapped map.
preValuesIteratorRemove() - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the values view iterator for the wrapped map.
preValuesIteratorRemove() - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the values view iterator for the wrapped map.
preValuesRemove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the remove method is about to be called on the values view for the wrapped map.
preValuesRemove(Object) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the remove method is about to be called on the values view for the wrapped map.
preValuesRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the removeAll method is about to be called on the values view for the wrapped map.
preValuesRemoveAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the removeAll method is about to be called on the values view for the wrapped map.
preValuesRetainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap
Notify subclasses the retainAll method is about to be called on the values view for the wrapped map.
preValuesRetainAll(Collection<?>) - Method in class org.dishevelled.observable.impl.ObservableMapImpl
Notify subclasses the retainAll method is about to be called on the values view for the wrapped map.
previous() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
previousIndex() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
put(K, V) - Method in class org.dishevelled.observable.AbstractMapDecorator
put(K, V) - Method in class org.dishevelled.observable.AbstractObservableMap
put(K, V) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
put(K, V) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
putAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractMapDecorator
putAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractObservableMap
putAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
putAll(Map<? extends K, ? extends V>) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator

Q

queueChanged(QueueChangeEvent<E>) - Method in interface org.dishevelled.observable.event.QueueChangeListener
Notify this listener that a change has been made to the observable queue.
QueueChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable queue.
QueueChangeEvent(ObservableQueue<E>) - Constructor for class org.dishevelled.observable.event.QueueChangeEvent
Create a new queue change event with the specified observable queue as the event source.
QueueChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable queue.
QueueChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a queue change is vetoed by a VetoableQueueChangeListener.
QueueChangeVetoException() - Constructor for exception org.dishevelled.observable.event.QueueChangeVetoException
Create a new queue change veto exception.
QueueChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.QueueChangeVetoException
Create a new queue change veto exception with the specified error message.
queueWillChange(VetoableQueueChangeEvent<E>) - Method in interface org.dishevelled.observable.event.VetoableQueueChangeListener
Notify this listener that a vetoable change is about to be made to the observable queue.

R

remove(Object) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
remove() - Method in class org.dishevelled.observable.AbstractIteratorDecorator
remove(int) - Method in class org.dishevelled.observable.AbstractListDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractListDecorator
remove() - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractMapDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableCollection
remove(int) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
remove(int) - Method in class org.dishevelled.observable.AbstractObservableList
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableList
remove() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet.ObservableEntrySetIterator
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet
remove() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet.ObservableKeySetIterator
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet
remove() - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableValues.ObservableValuesIterator
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableValues
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableMap
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableQueue
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableSet
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
remove(Object) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
remove() - Method in class org.dishevelled.observable.AbstractQueueDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractQueueDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractSetDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
remove(Object) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractListDecorator
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableCollection
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableValues
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableQueue
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSet
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractQueueDecorator
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractSetDecorator
removeAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
removeCollectionChangeListener(CollectionChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Remove the specified collection change listener.
removeCollectionChangeListener(CollectionChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Remove the specified collection change listener.
removeCollectionChangeListener(CollectionChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableCollection
Remove the specified collection change listener.
removeListChangeListener(ListChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableList
Remove the specified list change listener.
removeListChangeListener(ListChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Remove the specified list change listener.
removeListChangeListener(ListChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableList
Remove the specified list change listener.
removeMapChangeListener(MapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Remove the specified map change listener.
removeMapChangeListener(MapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Remove the specified map change listener.
removeMapChangeListener(MapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableMap
Remove the specified map change listener.
removeQueueChangeListener(QueueChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Remove the specified queue change listener.
removeQueueChangeListener(QueueChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Remove the specified queue change listener.
removeQueueChangeListener(QueueChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableQueue
Remove the specified queue change listener.
removeSetChangeListener(SetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Remove the specified set change listener.
removeSetChangeListener(SetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Remove the specified set change listener.
removeSetChangeListener(SetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSet
Remove the specified set change listener.
removeSortedMapChangeListener(SortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Remove the specified sorted map change listener.
removeSortedMapChangeListener(SortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Remove the specified sorted map change listener.
removeSortedMapChangeListener(SortedMapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableSortedMap
Remove the specified sorted map change listener.
removeSortedSetChangeListener(SortedSetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Remove the specified sorted set change listener.
removeSortedSetChangeListener(SortedSetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Remove the specified sorted set change listener.
removeSortedSetChangeListener(SortedSetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSortedSet
Remove the specified sorted set change listener.
removeVetoableCollectionChangeListener(VetoableCollectionChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableCollection
Remove the specified vetoable collection change listener.
removeVetoableCollectionChangeListener(VetoableCollectionChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Remove the specified vetoable collection change listener.
removeVetoableCollectionChangeListener(VetoableCollectionChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableCollection
Remove the specified vetoable collection change listener.
removeVetoableListChangeListener(VetoableListChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableList
Remove the specified vetoable list change listener.
removeVetoableListChangeListener(VetoableListChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Remove the specified vetoable list change listener.
removeVetoableListChangeListener(VetoableListChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableList
Remove the specified vetoable list change listener.
removeVetoableMapChangeListener(VetoableMapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableMap
Remove the specified vetoable map change listener.
removeVetoableMapChangeListener(VetoableMapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Remove the specified vetoable map change listener.
removeVetoableMapChangeListener(VetoableMapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableMap
Remove the specified vetoable map change listener.
removeVetoableQueueChangeListener(VetoableQueueChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableQueue
Remove the specified vetoable queue change listener.
removeVetoableQueueChangeListener(VetoableQueueChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Remove the specified vetoable queue change listener.
removeVetoableQueueChangeListener(VetoableQueueChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableQueue
Remove the specified vetoable queue change listener.
removeVetoableSetChangeListener(VetoableSetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSet
Remove the specified vetoable set change listener.
removeVetoableSetChangeListener(VetoableSetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Remove the specified vetoable set change listener.
removeVetoableSetChangeListener(VetoableSetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSet
Remove the specified vetoable set change listener.
removeVetoableSortedMapChangeListener(VetoableSortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.AbstractObservableSortedMap
Remove the specified vetoable sorted map change listener.
removeVetoableSortedMapChangeListener(VetoableSortedMapChangeListener<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Remove the specified vetoable sorted map change listener.
removeVetoableSortedMapChangeListener(VetoableSortedMapChangeListener<K, V>) - Method in interface org.dishevelled.observable.ObservableSortedMap
Remove the specified vetoable sorted map change listener.
removeVetoableSortedSetChangeListener(VetoableSortedSetChangeListener<E>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
Remove the specified vetoable sorted set change listener.
removeVetoableSortedSetChangeListener(VetoableSortedSetChangeListener<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Remove the specified vetoable sorted set change listener.
removeVetoableSortedSetChangeListener(VetoableSortedSetChangeListener<E>) - Method in interface org.dishevelled.observable.ObservableSortedSet
Remove the specified vetoable sorted set change listener.
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractListDecorator
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableCollection
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableList
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableKeySet
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableValues
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableQueue
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSet
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractObservableSortedSet
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractQueueDecorator
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractSetDecorator
retainAll(Collection<?>) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator

S

set(int, E) - Method in class org.dishevelled.observable.AbstractListDecorator
set(E) - Method in class org.dishevelled.observable.AbstractListIteratorDecorator
set(int, E) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
set(int, E) - Method in class org.dishevelled.observable.AbstractObservableList
setChanged(SetChangeEvent<E>) - Method in interface org.dishevelled.observable.event.SetChangeListener
Notify this listener that a change has been made to the observable set.
SetChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable set.
SetChangeEvent(ObservableSet<E>) - Constructor for class org.dishevelled.observable.event.SetChangeEvent
Create a new set change event with the specified observable set as the event source.
SetChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable set.
SetChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a set change is vetoed by a VetoableSetChangeListener.
SetChangeVetoException() - Constructor for exception org.dishevelled.observable.event.SetChangeVetoException
Create a new set change veto exception.
SetChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.SetChangeVetoException
Create a new set change veto exception with the specified error message.
setSource(ObservableCollection<E>) - Method in class org.dishevelled.observable.event.ObservableCollectionChangeSupport
Set the source of collection change and vetoable collection change events to source.
setSource(ObservableList<E>) - Method in class org.dishevelled.observable.event.ObservableListChangeSupport
Set the source of list change and vetoable list change events to source.
setSource(ObservableMap<K, V>) - Method in class org.dishevelled.observable.event.ObservableMapChangeSupport
Set the source of map change and vetoable map change events to source.
setSource(ObservableQueue<E>) - Method in class org.dishevelled.observable.event.ObservableQueueChangeSupport
Set the source of queue change and vetoable queue change events to source.
setSource(ObservableSet<E>) - Method in class org.dishevelled.observable.event.ObservableSetChangeSupport
Set the source of set change and vetoable set change events to source.
setSource(ObservableSortedMap<K, V>) - Method in class org.dishevelled.observable.event.ObservableSortedMapChangeSupport
Set the source of sorted map change and vetoable sorted map change events to source.
setSource(ObservableSortedSet<E>) - Method in class org.dishevelled.observable.event.ObservableSortedSetChangeSupport
Set the source of sorted set change and vetoable sorted set change events to source.
setValue(V) - Method in class org.dishevelled.observable.AbstractMapEntryDecorator
setValue(V) - Method in class org.dishevelled.observable.AbstractObservableMap.ObservableEntrySet.ObservableMapEntry
setWillChange(VetoableSetChangeEvent<E>) - Method in interface org.dishevelled.observable.event.VetoableSetChangeListener
Notify this listener that a vetoable change is about to be made to the observable set.
size() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
size() - Method in class org.dishevelled.observable.AbstractListDecorator
size() - Method in class org.dishevelled.observable.AbstractMapDecorator
size() - Method in class org.dishevelled.observable.AbstractQueueDecorator
size() - Method in class org.dishevelled.observable.AbstractSetDecorator
size() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
size() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
sortedMapChanged(SortedMapChangeEvent<K, V>) - Method in interface org.dishevelled.observable.event.SortedMapChangeListener
Notify this listener that a change has been made to the observable sorted map.
SortedMapChangeEvent<K,V> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable sorted map.
SortedMapChangeEvent(ObservableSortedMap<K, V>) - Constructor for class org.dishevelled.observable.event.SortedMapChangeEvent
Create a new sorted map change event with the specified observable sorted map as the event source.
SortedMapChangeListener<K,V> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable sorted map.
SortedMapChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a sorted map change is vetoed by a VetoableSortedMapChangeListener.
SortedMapChangeVetoException() - Constructor for exception org.dishevelled.observable.event.SortedMapChangeVetoException
Create a new sorted map change veto exception.
SortedMapChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.SortedMapChangeVetoException
Create a new sorted map change veto exception with the specified error message.
sortedMapWillChange(VetoableSortedMapChangeEvent<K, V>) - Method in interface org.dishevelled.observable.event.VetoableSortedMapChangeListener
Notify this listener that a vetoable change is about to be made to the observable sorted map.
sortedSetChanged(SortedSetChangeEvent<E>) - Method in interface org.dishevelled.observable.event.SortedSetChangeListener
Notify this listener that a change has been made to the observable sorted set.
SortedSetChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a change made to an observable sorted set.
SortedSetChangeEvent(ObservableSortedSet<E>) - Constructor for class org.dishevelled.observable.event.SortedSetChangeEvent
Create a new sorted set change event with the specified observable sorted set as the event source.
SortedSetChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of changes made to an observable sorted set.
SortedSetChangeVetoException - Exception in org.dishevelled.observable.event
Exception thrown in the event a sorted set change is vetoed by a VetoableSortedSetChangeListener.
SortedSetChangeVetoException() - Constructor for exception org.dishevelled.observable.event.SortedSetChangeVetoException
Create a new sorted set change veto exception.
SortedSetChangeVetoException(String) - Constructor for exception org.dishevelled.observable.event.SortedSetChangeVetoException
Create a new sorted set change veto exception with the specified error message.
sortedSetWillChange(VetoableSortedSetChangeEvent<E>) - Method in interface org.dishevelled.observable.event.VetoableSortedSetChangeListener
Notify this listener that a vetoable change is about to be made to the observable sorted set.
subList(int, int) - Method in class org.dishevelled.observable.AbstractListDecorator
subList(int, int) - Method in class org.dishevelled.observable.AbstractObservableList.ObservableSubList
subList(int, int) - Method in class org.dishevelled.observable.AbstractObservableList
subMap(K, K) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
subSet(E, E) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator

T

tailMap(K) - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
tailSet(E) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
toArray() - Method in class org.dishevelled.observable.AbstractCollectionDecorator
toArray(T[]) - Method in class org.dishevelled.observable.AbstractCollectionDecorator
toArray() - Method in class org.dishevelled.observable.AbstractListDecorator
toArray(T[]) - Method in class org.dishevelled.observable.AbstractListDecorator
toArray() - Method in class org.dishevelled.observable.AbstractQueueDecorator
toArray(T[]) - Method in class org.dishevelled.observable.AbstractQueueDecorator
toArray() - Method in class org.dishevelled.observable.AbstractSetDecorator
toArray(T[]) - Method in class org.dishevelled.observable.AbstractSetDecorator
toArray() - Method in class org.dishevelled.observable.AbstractSortedSetDecorator
toArray(T[]) - Method in class org.dishevelled.observable.AbstractSortedSetDecorator

V

values() - Method in class org.dishevelled.observable.AbstractMapDecorator
values() - Method in class org.dishevelled.observable.AbstractObservableMap
values() - Method in class org.dishevelled.observable.AbstractSortedMapDecorator
VetoableCollectionChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable collection.
VetoableCollectionChangeEvent(ObservableCollection<E>) - Constructor for class org.dishevelled.observable.event.VetoableCollectionChangeEvent
Create a new vetoable collection change event with the specified observable collection as the event source.
VetoableCollectionChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable collection.
VetoableListChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable list.
VetoableListChangeEvent(ObservableList<E>) - Constructor for class org.dishevelled.observable.event.VetoableListChangeEvent
Create a new vetoable list change event with the specified observable list as the event source.
VetoableListChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable list.
VetoableMapChangeEvent<K,V> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable map.
VetoableMapChangeEvent(ObservableMap<K, V>) - Constructor for class org.dishevelled.observable.event.VetoableMapChangeEvent
Create a new vetoable map change event with the specified observable map as the event source.
VetoableMapChangeListener<K,V> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable map.
VetoableQueueChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable queue.
VetoableQueueChangeEvent(ObservableQueue<E>) - Constructor for class org.dishevelled.observable.event.VetoableQueueChangeEvent
Create a new vetoable queue change event with the specified observable queue as the event source.
VetoableQueueChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable queue.
VetoableSetChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable set.
VetoableSetChangeEvent(ObservableSet<E>) - Constructor for class org.dishevelled.observable.event.VetoableSetChangeEvent
Create a new vetoable set change event with the specified observable set as the event source.
VetoableSetChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable set.
VetoableSortedMapChangeEvent<K,V> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable sorted map.
VetoableSortedMapChangeEvent(ObservableSortedMap<K, V>) - Constructor for class org.dishevelled.observable.event.VetoableSortedMapChangeEvent
Create a new vetoable sorted map change event with the specified observable sorted map as the event source.
VetoableSortedMapChangeListener<K,V> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable sorted map.
VetoableSortedSetChangeEvent<E> - Class in org.dishevelled.observable.event
An event object representing a vetoable change made to an observable sorted set.
VetoableSortedSetChangeEvent(ObservableSortedSet<E>) - Constructor for class org.dishevelled.observable.event.VetoableSortedSetChangeEvent
Create a new vetoable sorted set change event with the specified observable sorted set as the event source.
VetoableSortedSetChangeListener<E> - Interface in org.dishevelled.observable.event
A listener that receives notification of vetoable changes about to be made to an observable sorted set.
A C E F G H I K L M N O P Q R S T V 

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