Class StringKeyIgnoreCaseMultivaluedMap<V>

  • All Implemented Interfaces:
    java.util.Map<java.lang.String,​java.util.List<V>>, javax.ws.rs.core.MultivaluedMap<java.lang.String,​V>
    Direct Known Subclasses:
    ParameterizedHeadersMap

    public class StringKeyIgnoreCaseMultivaluedMap<V>
    extends javax.ws.rs.core.AbstractMultivaluedMap<java.lang.String,​V>
    Multivalued map with String keys that are compared with each other using the case insensitive method.
    • 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

        compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
    • Constructor Detail

      • StringKeyIgnoreCaseMultivaluedMap

        public StringKeyIgnoreCaseMultivaluedMap()