K - the type of keys maintained by this mapV - the type of mapped values *@Deprecated public interface KeySetMap<K,V>
| Modifier and Type | Method and Description |
|---|---|
void |
add(K key,
V value)
Deprecated.
Adds the value in the Set from the key.
|
void |
add(Map<? extends K,? extends Set<V>> keyListMap)
Deprecated.
Adds a Map to the main Map.
|
boolean |
containsKey(K key)
Deprecated.
Contains key.
|
Set<V> |
get(K key)
Deprecated.
Gets the Set with the values from the given key.
|
Set<K> |
getKeys()
Deprecated.
Gets the keys.
|
int |
getSize()
Deprecated.
Gets the size.
|
boolean |
isEmpty()
Deprecated.
Checks if is empty.
|
Set<V> |
remove(K key)
Deprecated.
Removes the Set from the given key.
|
void |
removeAll(Collection<K> keys)
Deprecated.
Removes all keys from the Map from the given Collection.
|
void add(K key, V value)
key - the keyvalue - the valuevoid add(Map<? extends K,? extends Set<V>> keyListMap)
keyListMap - the key list mapboolean containsKey(K key)
key - the keySet<V> get(K key)
key - the keyint getSize()
boolean isEmpty()
Set<V> remove(K key)
key - the keyvoid removeAll(Collection<K> keys)
keys - the keysCopyright © 2007–2015 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.