Package com.netscape.cmscore.request
Class ExtDataHashtable<V>
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
V>
Subclass of Hashtable returned by Request.getExtDataInHashtable. Its
purpose is to hide the fact that LDAP doesn't preserve the case of keys.
It does this by lowercasing all keys used to access the Hashtable.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExtDataHashtable
(int i) ExtDataHashtable
(int i, float v) ExtDataHashtable
(Map<? extends String, ? extends V> map) -
Method Summary
Methods inherited from class java.util.Hashtable
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsValue, elements, entrySet, equals, forEach, getOrDefault, hashCode, isEmpty, keys, keySet, merge, putAll, putIfAbsent, rehash, remove, replace, replace, replaceAll, size, toString, values
-
Constructor Details
-
ExtDataHashtable
public ExtDataHashtable() -
ExtDataHashtable
public ExtDataHashtable(int i) -
ExtDataHashtable
public ExtDataHashtable(int i, float v) -
ExtDataHashtable
-
-
Method Details
-
containsKey
- Specified by:
containsKey
in interfaceMap<String,
V> - Overrides:
containsKey
in classHashtable<String,
V>
-
get
-
put
-
remove
-