| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object searchFor) |
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
org.apache.velocity.VelocityContext |
getVelocityContext() |
boolean |
isEmpty() |
Set<String> |
keySet() |
static VelocityContextMap |
of(org.apache.velocity.VelocityContext velocityContext) |
Object |
put(String key,
Object value) |
void |
putAll(Map<? extends String,?> map) |
Object |
remove(Object key) |
int |
size() |
Collection<Object> |
values() |
public static VelocityContextMap of(org.apache.velocity.VelocityContext velocityContext)
public boolean containsKey(Object key)
containsKey in interface Map<String,Object>public boolean containsValue(Object searchFor)
containsValue in interface Map<String,Object>public org.apache.velocity.VelocityContext getVelocityContext()
Copyright © 2016. All rights reserved.