org.apache.commons.transaction.memory
Class HashMapFactory

java.lang.Object
  extended by org.apache.commons.transaction.memory.HashMapFactory
All Implemented Interfaces:
MapFactory

public class HashMapFactory
extends Object
implements MapFactory

Default map factory implementation creating HashMaps.

Version:
$Revision$

Constructor Summary
HashMapFactory()
           
 
Method Summary
 Map createMap()
           
 void disposeMap(Map map)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashMapFactory

public HashMapFactory()
Method Detail

createMap

public Map createMap()
Specified by:
createMap in interface MapFactory

disposeMap

public void disposeMap(Map map)
Specified by:
disposeMap in interface MapFactory


Copyright © 2004 The Apache Software Foundation. All Rights Reserved.