public class SyncMap<K,V> extends Object implements MapPro<K,V>, Serializable
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
equals(Object o) |
V |
g(K key) |
V |
g(K key,
V defaultValue) |
V |
get(Object key) |
int |
getType() |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> map) |
V |
r(K key) |
V |
r(K key,
V defaultValue) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
public V g(K key) throws PageException
g
in interface MapPro<K,V>
PageException
public V r(K key) throws PageException
r
in interface MapPro<K,V>
PageException
public int hashCode()
public int getType()
Copyright © 2015 Lucee