Package it.unimi.dsi.law.warc.util
Class MetadataHttpResponse.HeaderMap
java.lang.Object
it.unimi.dsi.fastutil.objects.AbstractObject2ObjectFunction<K,V>
it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMap<K,V>
it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMap<K,V>
it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMap<String,String>
it.unimi.dsi.law.warc.util.MetadataHttpResponse.HeaderMap
- All Implemented Interfaces:
- Function<String,String>,- Hash,- Object2ObjectFunction<String,String>,- Object2ObjectMap<String,String>,- Object2ObjectSortedMap<String,String>,- Serializable,- Cloneable,- Function<String,String>,- Map<String,String>,- SortedMap<String,String>
- Enclosing class:
- MetadataHttpResponse
public static final class MetadataHttpResponse.HeaderMap extends Object2ObjectLinkedOpenCustomHashMap<String,String>
A special map used for headers: keys are case-insensitive, and multiple puts are converted into comma-separated values.
- See Also:
- Serialized Form
- 
Nested Class SummaryNested classes/interfaces inherited from class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectSortedMapAbstractObject2ObjectSortedMap.KeySetIterator<K extends Object,V extends Object>, AbstractObject2ObjectSortedMap.ValuesCollection, AbstractObject2ObjectSortedMap.ValuesIterator<K extends Object,V extends Object>Nested classes/interfaces inherited from class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMapAbstractObject2ObjectMap.BasicEntry<K extends Object,V extends Object>, AbstractObject2ObjectMap.BasicEntrySet<K extends Object,V extends Object>Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.HashHash.Strategy<K extends Object>Nested classes/interfaces inherited from interface java.util.MapMap.Entry<K extends Object,V extends Object>Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.objects.Object2ObjectMapObject2ObjectMap.Entry<K extends Object,V extends Object>, Object2ObjectMap.FastEntrySet<K extends Object,V extends Object>Nested classes/interfaces inherited from interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMapObject2ObjectSortedMap.FastSortedEntrySet<K extends Object,V extends Object>
- 
Field SummaryFields inherited from class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMapcontainsNullKey, entries, f, first, key, keys, last, link, mask, maxFill, minN, n, size, strategy, value, valuesFields inherited from class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectFunctiondefRetValueFields inherited from interface it.unimi.dsi.fastutil.HashDEFAULT_GROWTH_FACTOR, DEFAULT_INITIAL_SIZE, DEFAULT_LOAD_FACTOR, FAST_LOAD_FACTOR, FREE, OCCUPIED, PRIMES, REMOVED, VERY_FAST_LOAD_FACTOR
- 
Constructor SummaryConstructors Constructor Description HeaderMap()
- 
Method SummaryMethods inherited from class it.unimi.dsi.fastutil.objects.Object2ObjectLinkedOpenCustomHashMapclear, clone, comparator, containsKey, containsValue, firstKey, fixPointers, fixPointers, get, getAndMoveToFirst, getAndMoveToLast, hashCode, headMap, isEmpty, keySet, lastKey, object2ObjectEntrySet, putAll, putAndMoveToFirst, putAndMoveToLast, rehash, remove, removeFirst, removeLast, shiftKeys, size, strategy, subMap, tailMap, trim, trim, valuesMethods inherited from class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectMapequals, toStringMethods inherited from class it.unimi.dsi.fastutil.objects.AbstractObject2ObjectFunctiondefaultReturnValue, defaultReturnValueMethods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllMethods inherited from interface it.unimi.dsi.fastutil.objects.Object2ObjectFunctionandThenByte, andThenChar, andThenDouble, andThenFloat, andThenInt, andThenLong, andThenObject, andThenReference, andThenShort, composeByte, composeChar, composeDouble, composeFloat, composeInt, composeLong, composeObject, composeReference, composeShortMethods inherited from interface it.unimi.dsi.fastutil.objects.Object2ObjectMapdefaultReturnValue, defaultReturnValueMethods inherited from interface it.unimi.dsi.fastutil.objects.Object2ObjectSortedMapentrySet
- 
Constructor Details- 
HeaderMappublic HeaderMap()
 
- 
- 
Method Details- 
put- Specified by:
- putin interface- Function<String,String>
- Specified by:
- putin interface- Map<String,String>
- Specified by:
- putin interface- Object2ObjectFunction<String,String>
- Specified by:
- putin interface- Object2ObjectMap<String,String>
- Overrides:
- putin class- Object2ObjectLinkedOpenCustomHashMap<String,String>
 
 
-