Class MultivaluedMapImpl

  • All Implemented Interfaces:
    java.io.Serializable, java.util.Map<java.lang.String,​java.util.List<java.lang.String>>, javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String>

    public class MultivaluedMapImpl
    extends javax.ws.rs.core.MultivaluedHashMap<java.lang.String,​java.lang.String>
    implements javax.ws.rs.core.MultivaluedMap<java.lang.String,​java.lang.String>

    MultivaluedMapImpl class.

    See Also:
    Serialized Form
    • 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>
    • Field Summary

      • Fields inherited from class javax.ws.rs.core.AbstractMultivaluedMap

        store
    • Method Summary

      • Methods inherited from class javax.ws.rs.core.AbstractMultivaluedMap

        add, addAll, addAll, addFirst, addFirstNull, addNull, clear, containsKey, containsValue, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, getValues, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, values
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • 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
      • Methods inherited from interface javax.ws.rs.core.MultivaluedMap

        add, getFirst, putSingle
    • Constructor Detail

      • MultivaluedMapImpl

        public MultivaluedMapImpl()