Class SetMultiMap

    • 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.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