AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier and Type | Method and Description | 
|---|---|
void | 
clear()  | 
LazyMap | 
clearAndCopy()  | 
protected Object | 
clone()  | 
boolean | 
containsKey(Object key)  | 
boolean | 
containsValue(Object value)  | 
Set<Map.Entry<String,Object>> | 
entrySet()  | 
boolean | 
equals(Object o)  | 
Object | 
get(Object key)  | 
static <V> V[] | 
grow(V[] array)  | 
int | 
hashCode()  | 
boolean | 
isEmpty()  | 
Set<String> | 
keySet()  | 
Object | 
put(String key,
   Object value)  | 
void | 
putAll(Map m)  | 
Object | 
remove(Object key)  | 
int | 
size()  | 
String | 
toString()  | 
Collection<Object> | 
values()  | 
public int size()
public boolean isEmpty()
public boolean containsValue(Object value)
containsValue in interface Map<String,Object>containsValue in class AbstractMap<String,Object>public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class AbstractMap<String,Object>public void putAll(Map m)
public void clear()
public Collection<Object> values()
public boolean equals(Object o)
public int hashCode()
public String toString()
toString in class AbstractMap<String,Object>protected Object clone() throws CloneNotSupportedException
clone in class AbstractMap<String,Object>CloneNotSupportedExceptionpublic LazyMap clearAndCopy()
public static <V> V[] grow(V[] array)