Class ObservableMapImpl.ObservableKeySet
java.lang.Object
com.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingCollection<E>
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>
-
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 class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface org.aksw.commons.collection.observable.DeltaCollection
replaceMethods inherited from interface org.aksw.commons.collection.observable.ObservableCollection
convert, filter, map, mapToValue, mapToValueMethods inherited from interface org.aksw.commons.collection.observable.ObservableSet
fieldForPresence
-
Constructor Details
-
ObservableKeySet
public ObservableKeySet()
-
-
Method Details
-
delegate
- Specified by:
delegatein classcom.google.common.collect.ForwardingSet<K>
-
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>
-