Interface MultivaluedMap<K,​V>

    • 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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void add​(K key, V value)  
      java.util.Set<V> getCopy​(K key)  
      boolean remove​(java.lang.Object key, java.lang.Object value)  
      • 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, replace, replace, replaceAll, size, values
    • Method Detail

      • add

        void add​(K key,
                 V value)
      • remove

        boolean remove​(java.lang.Object key,
                       java.lang.Object value)
        Specified by:
        remove in interface java.util.Map<K,​V>
      • getCopy

        java.util.Set<V> getCopy​(K key)