Package de.linusdev.lutils.http.header
Class HeaderMap
java.lang.Object
de.linusdev.lutils.http.header.HeaderMap
HeaderMap<String, Header>, but the keys ignore case.-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()get(@NotNull HeaderName name) booleanisEmpty()keySet()@Nullable Header@Nullable Header@Nullable Headervoidremove(@NotNull HeaderName name) intsize()@NotNull Collection<Header>values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
HeaderMap
public HeaderMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,Header>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,Header>
-
get
-
get
-
put
-
put
-
put
-
remove
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-