public class Header extends java.util.HashMap<java.lang.String,java.lang.String>
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
java.util.Map.Entry<K,V>
Header()
Header(java.lang.String key, java.lang.String value)
Header
add(java.lang.String key, java.lang.String value)
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
equals, hashCode
public Header()
public Header(java.lang.String key, java.lang.String value)
public Header add(java.lang.String key, java.lang.String value)