K
- Key typeV
- Values typepublic class Multimap<K,V>
extends java.lang.Object
@NonNull public java.util.List<V> get(K key)
key
- of the values to be retrievedpublic void put(K key, V value)
key
- of the value.value
- to be added.public int size()
public boolean isEmpty()