Package hiiragi283.lib.collection
Class ListMultiMap
-
- All Implemented Interfaces:
-
hiiragi283.lib.collection.MultiMap
public final class ListMultiMap<K extends Object, V extends Object> extends AbstractMultiMap<K, V, List<V>>
-
-
Constructor Summary
Constructors Constructor Description ListMultiMap(Map<K, List<V>> map)
-
Method Summary
Modifier and Type Method Description IntegergetSize()Set<K>getKeys()Collection<V>getValues()Set<Pair<K, V>>getEntries()-
Methods inherited from class hiiragi283.lib.collection.AbstractMultiMap
asMap, containsKey, containsValue, get, isEmpty -
Methods inherited from class hiiragi283.lib.collection.MultiMap
contains -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-