Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.mule.util
Class TypedHashMap  view TypedHashMap download TypedHashMap.java

java.lang.Object
  extended byjava.util.AbstractMap
      extended byjava.util.HashMap
          extended byorg.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)