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