ar.com.fdvs.dj.util
Class PropertiesMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap
          extended by 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 Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
PropertiesMap()
           
PropertiesMap(int initialCapacity)
           
PropertiesMap(int initialCapacity, float loadFactor)
           
PropertiesMap(java.util.Map arg0)
           
 
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
 

Constructor Detail

PropertiesMap

public PropertiesMap()

PropertiesMap

public PropertiesMap(int initialCapacity,
                     float loadFactor)

PropertiesMap

public PropertiesMap(int initialCapacity)

PropertiesMap

public PropertiesMap(java.util.Map arg0)
Method Detail

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.