Constructor | Description |
---|---|
ListMap() |
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
containsKey(Object key) |
|
boolean |
containsValue(Object value) |
|
Set<Map.Entry<K,V>> |
entrySet() |
|
V |
get(Object key) |
|
boolean |
isEmpty() |
|
Set<K> |
keySet() |
|
V |
put(K key,
V value) |
|
void |
putAll(Map<? extends K,? extends V> t) |
|
V |
remove(Object key) |
|
int |
size() |
|
Collection<V> |
values() |
Copyright © 2007–2019. All rights reserved.