Package | Description |
---|---|
org.eclipse.gef4.common.collections |
This package augments the JavaFX collections API with support for
SetMultimap and
Multiset . |
Constructor and Description |
---|
AtomicChange(ObservableMultiset<E> source,
com.google.common.collect.Multiset<E> previousContents,
MultisetListenerHelper.ElementarySubChange<E> elementarySubChange)
Creates a new
MultisetListenerHelper.AtomicChange that
represents a change comprising a single elementary sub-change. |
Constructor and Description |
---|
AtomicChange(ObservableMultiset<E> source,
com.google.common.collect.Multiset<E> previousContents,
java.util.List<MultisetListenerHelper.ElementarySubChange<E>> 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.