public interface ISetMultimap<K,V>
| Modifier and Type | Method and Description |
|---|---|
Map<K,Collection<V>> |
asMap() |
void |
clear() |
boolean |
containsEntry(Object key,
Object value) |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entries() |
Set<V> |
get(Object key) |
Collection<K> |
keys() |
Set<K> |
keySet() |
boolean |
put(K key,
V value) |
void |
putAll(ISetMultimap<K,V> other) |
void |
putAll(K key,
Collection<V> values) |
Set<V> |
removeAll(Object key) |
int |
size() |
Map<K,Collection<V>> asMap()
void putAll(K key, Collection<V> values)
void putAll(ISetMultimap<K,V> other)
Collection<K> keys()
boolean containsValue(Object value)
boolean containsKey(Object key)
int size()
void clear()
Copyright © 2015. All rights reserved.