Class ObservableMapImpl.ObservableKeySet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<K>
com.google.common.collect.ForwardingSet<K>
org.aksw.commons.collection.observable.ObservableMapImpl.ObservableKeySet
- All Implemented Interfaces:
Iterable<K>, Collection<K>, Set<K>, DeltaCollection<K>, ObservableCollection<K>, ObservableSet<K>
- Enclosing class:
ObservableMapImpl<K,V>
public class ObservableMapImpl.ObservableKeySet
extends com.google.common.collect.ForwardingSet<K>
implements ObservableSet<K>
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionWhether to notify listenersconvertEvent(PropertyChangeEvent event) delegate()booleandelta(Collection<? extends K> additions, Collection<?> removals) Apply a delta thereby firing only a single eventMethods inherited from class com.google.common.collect.ForwardingSet
equals, hashCode, standardEquals, standardHashCode, standardRemoveAllMethods inherited from class com.google.common.collect.ForwardingCollection
add, addAll, clear, contains, containsAll, isEmpty, iterator, remove, removeAll, retainAll, size, standardAddAll, standardClear, standardContains, standardContainsAll, standardIsEmpty, standardRemove, standardRetainAll, standardToArray, standardToArray, standardToString, toArray, toArrayMethods inherited from class com.google.common.collect.ForwardingObject
toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface DeltaCollection
replaceMethods inherited from interface ObservableCollection
convert, filter, map, mapToValue, mapToValueMethods inherited from interface ObservableSet
fieldForPresence
-
Constructor Details
-
ObservableKeySet
public ObservableKeySet()
-
-
Method Details
-
delegate
-
convertEvent
-
addVetoableChangeListener
Description copied from interface:ObservableCollectionWhether to notify listeners- Specified by:
addVetoableChangeListenerin interfaceObservableCollection<K>
-
addPropertyChangeListener
- Specified by:
addPropertyChangeListenerin interfaceObservableCollection<K>
-
delta
Description copied from interface:DeltaCollectionApply a delta thereby firing only a single event- Specified by:
deltain interfaceDeltaCollection<K>
-