public class NormalizedMap<K,V> extends AbstractMap<K,V>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NormalizedMap(Map<K,V> map,
org.apache.commons.collections15.Transformer<K,K> keyNormalizer) |
NormalizedMap(org.apache.commons.collections15.Transformer<K,K> keyNormalizer) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(Object key) |
static <V> Map<String,V> |
createCaseInsensitiveMap()
Note: The different to apache.commons.collections.CaseInsensitiveMap
is, that the original case of the keys is retained.
|
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
static void |
main(String[] args) |
V |
put(K key,
V value) |
public boolean containsKey(Object key)
containsKey in interface Map<K,V>containsKey in class AbstractMap<K,V>public static <V> Map<String,V> createCaseInsensitiveMap()
public static void main(String[] args)
Copyright © 2014. All rights reserved.