org.apache.commons.transaction.memory
Class HashMapFactory
java.lang.Object
org.apache.commons.transaction.memory.HashMapFactory
- All Implemented Interfaces:
- MapFactory
public class HashMapFactory
- extends Object
- implements MapFactory
Default map factory implementation creating HashMap
s.
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashMapFactory
public HashMapFactory()
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.