public class KVP extends LinkedHashMap<String,Object>
Example: KVP map = new KVP("foo",1,"bar,2);
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
KVP(Object... pairs)
A linked HashMap set up for easy construction.
|
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
Object value)
An additive version of put; will add additional values resulting in a list.
|
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
equals, hashCode, toString
compute, computeIfAbsent, computeIfPresent, containsKey, equals, hashCode, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
public KVP(Object... pairs)
Example: KVP map = new KVP("foo",1,"bar,2);
pairs
- Copyright © 1996–2019 Geotools. All rights reserved.