public class MapProWrapper<K,V> extends Object implements MapPro<K,V>, Serializable
Constructor and Description |
---|
MapProWrapper(Map<K,V> map,
V NULL) |
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 arg0) |
V |
g(K key) |
V |
g(K key,
V defaultValue) |
V |
get(Object key) |
Map<K,V> |
getMap() |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
r(K key) |
V |
r(K key,
V defaultValue) |
V |
remove(Object key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public MapProWrapper(Map<K,V> map, V NULL)
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()
Copyright © 2015 Lucee