Package org.aksw.commons.collection.observable
package org.aksw.commons.collection.observable
-
ClassDescriptionA delta collection unifies the modification methods add/addAll/remove/removeAll/clear into a single
DeltaCollection.delta(Collection, Collection)method.DeltaCollectionBase<T, C extends Collection<T>>Abstract base implementation ofDeltaCollectionthat delegates all mutation methods toDeltaCollection.delta(Collection, Collection).ForwardingDeltaCollectionBase<T, C extends Collection<T>>ObservableCollectionBase<T, C extends Collection<T>>ObservableConvertingCollection<F, B, C extends ObservableCollection<B>>ObservableMap<K,V> Interface based onMapwith extensions for observing changes.ObservableMapImpl<K,V> A map the fires events on changes.Getter/setter view over an observable collection.Decorates aSingleValuedAccessor(a getter+setter interface) with property change support.A predicate backed by a multiset of items that are considered as discarded.A listener registration