| java.lang.Object org.zkoss.zkmax.xel.util.ResolverMap
ResolverMap | public class ResolverMap implements Map(Code) | | A Map interface on top of
VariableResolver .
author: tomyeh since: 3.0.0 |
clear | public void clear()(Code) | | |
containsValue | public boolean containsValue(Object value)(Code) | | Always returns false, no matter any variable is defined.
|
entrySet | public Set entrySet()(Code) | | Always returns an empty set, no matter any variable is defined.
|
isEmpty | public boolean isEmpty()(Code) | | Always returns true, no matter any variable is defined.
|
keySet | public Set keySet()(Code) | | Always returns an empty set, no matter any variable is defined.
|
size | public int size()(Code) | | Always returns 0, no matter any variable is defined.
|
values | public Collection values()(Code) | | Always returns an empty collection, no matter any variable is defined.
|
|
|