Uses of Class
org.eclipse.gef.common.collections.SetMultimapListenerHelper.ElementarySubChange
-
Packages that use SetMultimapListenerHelper.ElementarySubChange Package Description org.eclipse.gef.common.collections This package augments the JavaFX collections API with support forSetMultimap
andMultiset
. -
-
Uses of SetMultimapListenerHelper.ElementarySubChange in org.eclipse.gef.common.collections
Constructors in org.eclipse.gef.common.collections with parameters of type SetMultimapListenerHelper.ElementarySubChange Constructor Description AtomicChange(ObservableSetMultimap<K,V> source, SetMultimap<K,V> previousContents, SetMultimapListenerHelper.ElementarySubChange<K,V> elementarySubChange)
Creates a newSetMultimapListenerHelper.AtomicChange
that represents a change comprising a single elementary sub-change.Constructor parameters in org.eclipse.gef.common.collections with type arguments of type SetMultimapListenerHelper.ElementarySubChange Constructor Description AtomicChange(ObservableSetMultimap<K,V> source, SetMultimap<K,V> previousContents, java.util.List<SetMultimapListenerHelper.ElementarySubChange<K,V>> elementarySubChanges)
Creates a newMultisetListenerHelper.AtomicChange
that represents a change comprising multiple elementary sub-changesO.
-