public class SparseMap extends LinkedHashMap<String,Object>
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SparseMap() |
SparseMap(int initialCapacity) |
| Modifier and Type | Method and Description |
|---|---|
static SparseMap |
asSparseMap(Object... pairs)
Builds a mutable Map from an interlaced sequence of key-value pairs
|
Object |
putSparse(String ident,
Object value) |
clear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, isEmpty, keySet, put, putAll, remove, size, valuesequals, hashCode, toStringCopyright © 2014. All rights reserved.