|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.HashMap
ar.com.fdvs.dj.util.PropertiesMap
public class PropertiesMap
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
PropertiesMap()
|
|
PropertiesMap(int initialCapacity)
|
|
PropertiesMap(int initialCapacity,
float loadFactor)
|
|
PropertiesMap(Map arg0)
|
|
| Method Summary | |
|---|---|
static void |
main(String[] args)
|
Object |
put(String key,
String value)
|
PropertiesMap |
with(String key,
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 |
|---|
public PropertiesMap()
public PropertiesMap(int initialCapacity,
float loadFactor)
public PropertiesMap(int initialCapacity)
public PropertiesMap(Map arg0)
| Method Detail |
|---|
public PropertiesMap with(String key,
Object value)
public Object put(String key,
String value)
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||