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:
- $Id: HashMapFactory.java 493628 2007-01-07 01:42:48Z joerg $
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-2009 Apache Software Foundation. All Rights Reserved.