ar.com.fdvs.dj.util
Class PropertiesMap
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap
ar.com.fdvs.dj.util.PropertiesMap
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.util.Map
public class PropertiesMap
- extends java.util.HashMap
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class java.util.AbstractMap |
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Method Summary |
static void |
main(java.lang.String[] args)
|
java.lang.Object |
put(java.lang.String key,
java.lang.String value)
|
PropertiesMap |
with(java.lang.String key,
java.lang.Object value)
|
Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
equals, hashCode, toString |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Map |
equals, hashCode |
PropertiesMap
public PropertiesMap()
PropertiesMap
public PropertiesMap(int initialCapacity,
float loadFactor)
PropertiesMap
public PropertiesMap(int initialCapacity)
PropertiesMap
public PropertiesMap(java.util.Map arg0)
with
public PropertiesMap with(java.lang.String key,
java.lang.Object value)
put
public java.lang.Object put(java.lang.String key,
java.lang.String value)
main
public static void main(java.lang.String[] args)
Copyright © 2006-2011 FDV Solutions. All Rights Reserved.