- 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.
- 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.
- 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