public class PropertiesMap extends HashMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
PropertiesMap() |
PropertiesMap(int initialCapacity) |
PropertiesMap(int initialCapacity,
float loadFactor) |
PropertiesMap(Map arg0) |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args) |
Object |
put(String key,
String value) |
PropertiesMap |
with(String key,
Object value) |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public PropertiesMap()
public PropertiesMap(int initialCapacity, float loadFactor)
public PropertiesMap(int initialCapacity)
public PropertiesMap(Map arg0)
Copyright © 2006–2015 FDV Solutions. All rights reserved.