org.makumba.controller
Class MakumbaActorHashMap

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,Object>
          extended by org.makumba.controller.MakumbaActorHashMap
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class MakumbaActorHashMap
extends HashMap<String,Object>

A subclass of a HashMap, to return a unique type of map in Logic.computeActor(String, org.makumba.Attributes, String, org.makumba.commons.DbConnectionProvider).

Version:
$Id: MakumbaActorHashMap.java,v 1.1 Oct 5, 2008 3:45:01 PM rudi Exp $
Author:
Rudolf Mayer
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Constructor Summary
MakumbaActorHashMap()
           
 
Method Summary
 
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

MakumbaActorHashMap

public MakumbaActorHashMap()