Package hiiragi283.lib.collection
Class MutableListMultiMap
-
- All Implemented Interfaces:
-
hiiragi283.lib.collection.MultiMap,hiiragi283.lib.collection.MutableMultiMap
public final class MutableListMultiMap<K extends Object, V extends Object> extends AbstractMutableMultiMap<K, V, MutableList<V>>
-
-
Constructor Summary
Constructors Constructor Description MutableListMultiMap(Map<K, List<V>> map)MutableListMultiMap()
-
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.AbstractMutableMultiMap
asMap, clear, containsKey, containsValue, get, isEmpty, put, putAll, removeAll -
Methods inherited from class hiiragi283.lib.collection.MutableMultiMap
set -
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
-
-