Class MutableSetMultiMap

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Integer getSize()
      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