Interface MultiMap<K,​V>

  • Type Parameters:
    K - key
    V - values inside the buckets
    All Superinterfaces:
    java.util.Map<K,​java.util.Set<V>>
    All Known Implementing Classes:
    MultiValueMap

    public interface MultiMap<K,​V>
    extends java.util.Map<K,​java.util.Set<V>>
    Common interface for map that do not have perfect hash.
    Since:
    2.6.0
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface java.util.Map

        java.util.Map.Entry<K extends java.lang.Object,​V extends java.lang.Object>
    • Method Summary

      • Methods inherited from interface java.util.Map

        clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values