public class Multimap<K, V>
Structure that handles singleKey-multipleValues map.
List<V>
get(K key)
void
put(K key, V value)
int
size()
boolean
isEmpty()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
@NonNull() List<V> get(K key)
key
void put(K key, V value)
Add the value to the map.
value
int size()
boolean isEmpty()