Package hiiragi283.lib.collection
Class MutableSetMultiMap
-
- All Implemented Interfaces:
-
hiiragi283.lib.collection.MultiMap,hiiragi283.lib.collection.MutableMultiMap
public final class MutableSetMultiMap<K extends Object, V extends Object> extends AbstractMutableMultiMap<K, V, MutableSet<V>>
-
-
Constructor Summary
Constructors Constructor Description MutableSetMultiMap(Map<K, Set<V>> map)MutableSetMultiMap()
-
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
-
-