Interface MultiMap<K,V>
- All Known Implementing Classes:
ArraySetMultiMap, HashSetMultiMap
public interface MultiMap<K,V>
-
Method Summary
-
Method Details
-
get
-
put
-
remove
-
keySet
-
containsKey
-
size
int size() -
toString
-
putAll
-
removeAll
-
clear
void clear() -
isEmpty
boolean isEmpty()
-