ar.com.fdvs.dj.util
Class PropertiesMap

java.lang.Object
  extended by java.util.AbstractMap
      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

Constructor Summary
PropertiesMap()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 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()
Method Detail

with

public PropertiesMap with(java.lang.String key,
                          java.lang.Object value)

main

public static void main(java.lang.String[] args)


Copyright © 2006-2008 FDV Solutions. All Rights Reserved.