public class LdapIdentityProperties extends HashMap<String,Object>
LdapIdentityProperties implements a case insensitive hash map that preserves the case of the keys but
ignores the case during lookup.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
LdapIdentityProperties() |
LdapIdentityProperties(int initialCapacity) |
LdapIdentityProperties(int initialCapacity,
float loadFactor) |
LdapIdentityProperties(Map<? extends String,?> m) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
Object |
get(Object key) |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,?> m) |
Object |
remove(Object key) |
clone, containsValue, entrySet, isEmpty, keySet, size, valuesequals, hashCode, toStringpublic LdapIdentityProperties(int initialCapacity,
float loadFactor)
public LdapIdentityProperties(int initialCapacity)
public LdapIdentityProperties()
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class HashMap<String,Object>Copyright © 2012-2015 The Apache Software Foundation. All Rights Reserved.