
public class FastMap<V> extends AbstractMap<String,V> implements Serializable
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| 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() |
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() |
equals, hashCode, toStringpublic 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 © 2015. All rights reserved.