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 |
---|---|
Set<Map.Entry<String,Object>> |
entrySet() |
Object |
get(Object key) |
Object |
put(String key,
Object value) |
Object |
remove(Object key) |
clear, clone, containsKey, containsValue, equals, hashCode, isEmpty, keySet, putAll, size, toString, values
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.