com.ibm.itim.remoteservices.provider
Class ServiceProviderInfoOperation.HashMapCaseInsensitiveKey<K,V>
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<K,V>
com.ibm.itim.remoteservices.provider.ServiceProviderInfoOperation.HashMapCaseInsensitiveKey<K,V>
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map<K,V>
- Enclosing class:
- ServiceProviderInfoOperation
public class ServiceProviderInfoOperation.HashMapCaseInsensitiveKey<K,V>
- extends java.util.HashMap<K,V>
class to extend HashMap to provide case insensitive String key's
- See Also:
- Serialized Form
Method Summary |
boolean |
containsKey(java.lang.Object key)
|
V |
get(java.lang.Object key)
|
V |
put(K key,
V value)
|
void |
putAll(java.util.Map<? extends K,? extends V> m)
|
V |
remove(java.lang.Object key)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsValue, entrySet, isEmpty, keySet, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
ServiceProviderInfoOperation.HashMapCaseInsensitiveKey
public ServiceProviderInfoOperation.HashMapCaseInsensitiveKey(int initSize)
containsKey
public boolean containsKey(java.lang.Object key)
- Specified by:
containsKey
in interface java.util.Map<K,V>
- Overrides:
containsKey
in class java.util.HashMap<K,V>
get
public V get(java.lang.Object key)
- Specified by:
get
in interface java.util.Map<K,V>
- Overrides:
get
in class java.util.HashMap<K,V>
put
public V put(K key,
V value)
- Specified by:
put
in interface java.util.Map<K,V>
- Overrides:
put
in class java.util.HashMap<K,V>
putAll
public void putAll(java.util.Map<? extends K,? extends V> m)
- Specified by:
putAll
in interface java.util.Map<K,V>
- Overrides:
putAll
in class java.util.HashMap<K,V>
remove
public V remove(java.lang.Object key)
- Specified by:
remove
in interface java.util.Map<K,V>
- Overrides:
remove
in class java.util.HashMap<K,V>
IBM Tivoli Identity Manager 5.0
© Copyright International Business Machines Corporation 2007. All rightsreserved. US Government Users Restricited RightsUse, duplication or disclosure restricted by GSA ADP ScheduleContract with IBM Corp.