Class WebClient.HeaderDictionary
java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.meterware.httpunit.WebClient.HeaderDictionary
- All Implemented Interfaces:
Serializable, Cloneable, Map
- Enclosing class:
WebClient
- Author:
- Russell Gold, Jan Ohrstrom, Seth Ladd, Oliver Imbusch
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddEntries(Dictionary source) booleancontainsKey(Object key) Methods inherited from class Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
HeaderDictionary
public HeaderDictionary()
-
-
Method Details
-
addEntries
-
containsKey
- Specified by:
containsKeyin interfaceMap- Overrides:
containsKeyin classHashtable
-
get
-
put
-