java.lang.Object
java.util.Dictionary
java.util.Hashtable
com.meterware.httpunit.WebClient.HeaderDictionary
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- Enclosing class:
- WebClient
- public static class WebClient.HeaderDictionary
- extends java.util.Hashtable
| Nested classes inherited from class java.util.Hashtable |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Fields inherited from class java.util.Hashtable |
|
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsValue, elements, entrySet, equals, hashCode, isEmpty, keys, keySet, putAll, rehash, remove, size, toString, values |
WebClient.HeaderDictionary
public WebClient.HeaderDictionary()
addEntries
public void addEntries(java.util.Dictionary source)
containsKey
public boolean containsKey(java.lang.Object key)
- Description copied from class:
java.util.Hashtable
- Returns true if the supplied object
equals() a key
in this Hashtable.
get
public java.lang.Object get(java.lang.Object fieldName)
- Description copied from class:
java.util.Hashtable
- Return the value in this Hashtable associated with the supplied key,
or
null if the key maps to nothing.
put
public java.lang.Object put(java.lang.Object fieldName,
java.lang.Object fieldValue)
- Description copied from class:
java.util.Hashtable
- Puts the supplied value into the Map, mapped by the supplied key.
Neither parameter may be null. The value may be retrieved by any
object which
equals() this key.
matchPreviousFieldName
private java.lang.String matchPreviousFieldName(java.lang.String fieldName)
- If a matching field name with different case is already known, returns the older name.
Otherwise, returns the specified name.