freemarker.template
Constructor and Description |
---|
EmptyMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object arg0) |
boolean |
containsValue(Object arg0) |
Set |
entrySet() |
Object |
get(Object arg0) |
boolean |
isEmpty() |
Set |
keySet() |
Object |
put(Object arg0,
Object arg1) |
void |
putAll(Map arg0) |
Object |
remove(Object arg0) |
int |
size() |
Collection |
values() |
public static final EmptyMap instance
public boolean containsKey(Object arg0)
containsKey
in interface Map
public boolean containsValue(Object arg0)
containsValue
in interface Map
public Collection values()