public class NNormalizedStringMapImpl<T> extends AbstractMap<String,T> implements NNormalizedStringMap<T>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
NNormalizedStringMapImpl(Function<String,String> normalizer) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,T>> |
entrySet() |
T |
get(Object key) |
static <T> NNormalizedStringMapImpl<T> |
ofCaseInsensitive() |
static <T> NNormalizedStringMapImpl<T> |
ofFormatInsensitive() |
T |
put(String key,
T value) |
boolean |
remove(Object key,
Object value) |
int |
size() |
clone, equals, hashCode, isEmpty, keySet, putAll, remove, toString, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitof, of, ofCaseInsensitive, ofFormatInsensitivecompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, isEmpty, keySet, merge, putAll, putIfAbsent, remove, replace, replace, replaceAll, valuespublic static <T> NNormalizedStringMapImpl<T> ofCaseInsensitive()
ofCaseInsensitive in interface NNormalizedStringMap<T>public static <T> NNormalizedStringMapImpl<T> ofFormatInsensitive()
ofFormatInsensitive in interface NNormalizedStringMap<T>public void clear()
public int size()
public boolean containsKey(Object key)
containsKey in interface Map<String,T>containsKey in class AbstractMap<String,T>public boolean containsValue(Object value)
containsValue in interface Map<String,T>containsValue in class AbstractMap<String,T>Copyright © 2026 vpc open source initiative. All rights reserved.