| Constructor and Description |
|---|
ResolverMap(org.zkoss.xel.VariableResolver resolver) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value)
Always returns false, no matter any variable is defined.
|
Set |
entrySet()
Always returns an empty set, no matter any variable is defined.
|
Object |
get(Object key) |
boolean |
isEmpty()
Always returns true, no matter any variable is defined.
|
Set |
keySet()
Always returns an empty set, no matter any variable is defined.
|
Object |
put(Object key,
Object value) |
void |
putAll(Map map) |
Object |
remove(Object key) |
int |
size()
Always returns 0, no matter any variable is defined.
|
Collection |
values()
Always returns an empty collection, no matter any variable is defined.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsKey(Object key)
containsKey in interface Mappublic Set entrySet()
public boolean containsValue(Object value)
containsValue in interface Mappublic boolean isEmpty()
public Set keySet()
public int size()
public Collection values()
Copyright © 2026. All rights reserved.