-
-
Field Summary
Fields
| Modifier and Type |
Field and Description |
protected boolean |
create |
protected Map<K,Set<V>> |
map |
-
-
Method Detail
-
get
public Set<V> get(K key)
- Specified by:
get in interface MultiMap<K,V>
-
size
public int size()
- Specified by:
size in interface MultiMap<K,V>
-
clear
public void clear()
- Specified by:
clear in interface MultiMap<K,V>
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty in interface MultiMap<K,V>
Copyright © 2020 Soot OSS. All rights reserved.