public class FastMap<V> extends AbstractMap<String,V> implements Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
FastMap.FastMapEntry<V> |
protected static class |
FastMap.JsMap<V> |
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Field and Description |
---|---|
protected HashMap<String,V> |
javaMap |
protected FastMap.JsMap<V> |
map |
Constructor and Description |
---|
FastMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<String,V>> |
entrySet() |
protected static boolean |
equalWithNull(Object obj1,
Object obj2) |
V |
get(Object key) |
boolean |
isEmpty() |
Set<String> |
keySet() |
V |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
clone, equals, hashCode, toString
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected transient FastMap.JsMap<V> map
public void clear()
public boolean containsKey(Object key)
containsKey
in interface Map<String,V>
containsKey
in class AbstractMap<String,V>
public boolean containsValue(Object value)
containsValue
in interface Map<String,V>
containsValue
in class AbstractMap<String,V>
public boolean isEmpty()
public int size()
public Collection<V> values()
Copyright © 2018. All rights reserved.