|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.common.collect.ForwardingObject
com.google.common.collect.ForwardingMap<String,V>
com.atlassian.crowd.embedded.impl.IdentifierMap<V>
V - value typepublic class IdentifierMap<V>
This class behaves like a HashMap with lower-case String keys. All key arguments are lower-cased before further processing.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.common.collect.ForwardingMap |
|---|
com.google.common.collect.ForwardingMap.StandardEntrySet, com.google.common.collect.ForwardingMap.StandardKeySet, com.google.common.collect.ForwardingMap.StandardValues |
| Nested classes/interfaces inherited from interface java.util.Map |
|---|
Map.Entry<K,V> |
| Constructor Summary | |
|---|---|
IdentifierMap()
|
|
IdentifierMap(int expectedSize)
|
|
| Method Summary | |
|---|---|
boolean |
containsKey(Object key)
|
protected Map<String,V> |
delegate()
|
V |
get(Object key)
|
V |
put(String key,
V value)
|
void |
putAll(Map<? extends String,? extends V> map)
|
V |
remove(Object key)
|
| Methods inherited from class com.google.common.collect.ForwardingMap |
|---|
clear, containsValue, entrySet, equals, hashCode, isEmpty, keySet, size, standardClear, standardContainsKey, standardContainsValue, standardEntrySet, standardEquals, standardHashCode, standardIsEmpty, standardKeySet, standardPutAll, standardRemove, standardToString, standardValues, values |
| Methods inherited from class com.google.common.collect.ForwardingObject |
|---|
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdentifierMap()
public IdentifierMap(int expectedSize)
| Method Detail |
|---|
protected Map<String,V> delegate()
delegate in class com.google.common.collect.ForwardingMap<String,V>public V remove(Object key)
remove in interface Map<String,V>remove in class com.google.common.collect.ForwardingMap<String,V>public boolean containsKey(Object key)
containsKey in interface Map<String,V>containsKey in class com.google.common.collect.ForwardingMap<String,V>public V get(Object key)
get in interface Map<String,V>get in class com.google.common.collect.ForwardingMap<String,V>
public V put(String key,
V value)
put in interface Map<String,V>put in class com.google.common.collect.ForwardingMap<String,V>public void putAll(Map<? extends String,? extends V> map)
putAll in interface Map<String,V>putAll in class com.google.common.collect.ForwardingMap<String,V>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||