K - the type of keysV - the type of valuespublic interface SetMultiMapState<K,V> extends ExtendedState<V>
State which wrap access to a Multimap that cannot hold duplicate
key-value pairs. Adding a key-value pair that's already in the multimap has
no effect.long sizeOf(K key)
key - boolean put(K key, V value)
key - key to storevalue - value to storetrue if this changed the stateCopyright © 2013. All rights reserved.