K
- The key type of the ObservableSetMultimap
.V
- The value type of the ObservableSetMultimap
.public interface WritableSetMultimapValue<K,V> extends 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
.
get, set
getValue, setValue
addListener, removeListener, replaceAll
asMap, entries, equals, get, removeAll, replaceValues
clear, containsEntry, containsKey, containsValue, hashCode, isEmpty, keys, keySet, put, putAll, putAll, remove, size, values
addListener, removeListener
Copyright (c) 2014 itemis AG and others. All rights reserved.