public class ListMap<K,V> extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
add(K k,
V v) |
boolean |
contains(K a,
V value) |
boolean |
containsKey(K key) |
protected List<V> |
createList() |
protected Map<K,List<V>> |
createMap() |
Set<Map.Entry<K,List<V>>> |
entrySet() |
List<V> |
getAll(K a) |
V |
getOne(K a) |
Set<K> |
keySet() |
int |
keySize() |
boolean |
remove(K a,
V value) |
int |
valueSize() |
public int keySize()
public int valueSize()
public boolean containsKey(K key)
Copyright © 2021 vpc open source initiative. All rights reserved.