K
- The key type of the ObservableSetMultimap
.V
- The value type of the ObservableSetMultimap
.public interface WritableSetMultimapValue<K,V> extends javafx.beans.value.WritableObjectValue<ObservableSetMultimap<K,V>>, ObservableSetMultimap<K,V>
ObservableSetMultimap
.
This interface provides identical functionality for SetMultimap
as
WritableMapValue
for Map
, WritableSetValue
for
Set
, or WritableListValue
for List
.
addListener, removeListener, replaceAll
asMap, entries, equals, get, removeAll, replaceValues
Copyright (c) 2014 itemis AG and others. All rights reserved.