public class ValueMap extends AbstractMap<String,Object>
PropertyKey
s, but all Map.Entry objects
will return String keys.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(Object key)
Override for better performance
|
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Object |
put(String key,
Object value) |
Object |
remove(Object key) |
public ValueMap(FacesBean bean)
public boolean containsKey(Object key)
containsKey
in interface Map<String,Object>
containsKey
in class AbstractMap<String,Object>
key
- Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.