Package | Description |
---|---|
org.eclipse.gef4.common.collections |
This package augments the JavaFX collections API with support for
SetMultimap and
Multiset . |
Constructor and Description |
---|
AtomicChange(ObservableSetMultimap<K,V> source,
com.google.common.collect.SetMultimap<K,V> previousContents,
SetMultimapListenerHelper.ElementarySubChange<K,V> elementarySubChange)
Creates a new
SetMultimapListenerHelper.AtomicChange that
represents a change comprising a single elementary sub-change. |
Constructor and Description |
---|
AtomicChange(ObservableSetMultimap<K,V> source,
com.google.common.collect.SetMultimap<K,V> previousContents,
java.util.List<SetMultimapListenerHelper.ElementarySubChange<K,V>> elementarySubChanges)
Creates a new
MultisetListenerHelper.AtomicChange that
represents a change comprising multiple elementary sub-changesO. |
Copyright (c) 2014 itemis AG and others. All rights reserved.