@Deprecated public class Multimap<K,V> extends Object
| Constructor and Description |
|---|
Multimap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(K key)
Deprecated.
|
V |
getOne(K key)
Deprecated.
|
Set<V> |
getSet(K key)
Deprecated.
|
boolean |
isEmpty(K key)
Deprecated.
|
boolean |
isMultivalue(K key)
Deprecated.
|
Set<K> |
keySet()
Deprecated.
|
void |
put(K key,
V value)
Deprecated.
|
int |
size()
Deprecated.
|
Copyright © 2014. All rights reserved.