public class MultiMap<K,V> extends Object
MultiMap()
void
clear()
boolean
contains(K key)
List<V>
get(K key)
isEmpty()
put(K key, V value)
values()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MultiMap()
public void put(K key, V value)
public List<V> get(K key)
public boolean contains(K key)
public boolean isEmpty()
public void clear()
public List<V> values()
Copyright © 2024. All rights reserved.