|
|||||||||
| Home >> All >> org >> mule >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mule.util
Class TypedHashMap

java.lang.Objectjava.util.AbstractMap
java.util.HashMap
org.mule.util.TypedHashMap
- All Implemented Interfaces:
- java.lang.Cloneable, java.util.Map, java.io.Serializable
- public class TypedHashMap
- extends java.util.HashMap
TypedHashMap TODO (document class)
- Version:
- $Revision: 1.4 $
| Nested Class Summary |
| Nested classes inherited from class java.util.HashMap |
|
| Nested classes inherited from class java.util.AbstractMap |
|
| Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
| Field Summary | |
private static org.apache.commons.logging.Log |
log
logger used by this class |
| Fields inherited from class java.util.HashMap |
|
| Fields inherited from class java.util.AbstractMap |
|
| Constructor Summary | |
TypedHashMap()
|
|
| Method Summary | |
void |
put(java.lang.Object key,
java.lang.Object value,
java.lang.String type)
|
| 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 |
| Field Detail |
log
private static transient org.apache.commons.logging.Log log
- logger used by this class
| Constructor Detail |
TypedHashMap
public TypedHashMap()
| Method Detail |
put
public void put(java.lang.Object key, java.lang.Object value, java.lang.String type)
|
|||||||||
| Home >> All >> org >> mule >> [ util overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC