org.apache.commons.transaction.memory
Class HashMapFactory

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

public class HashMapFactory
extends java.lang.Object
implements MapFactory

Default map factory implementation creating HashMaps.

Version:
$Revision$

Constructor Summary
HashMapFactory()
           
 
Method Summary
 java.util.Map createMap()
           
 void disposeMap(java.util.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 java.util.Map createMap()
Specified by:
createMap in interface MapFactory

disposeMap

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


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