- 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
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
-
Method Summary
Methods
| Modifier and Type |
Method and Description |
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
IBM Security Identity Manager 6.0.0
© Copyright International Business Machines Corporation 2007, 2012. All rights reserved. US Government Users Restricited Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.