org.apache.commons.transaction.memory
Class HashSetFactory
java.lang.Object
org.apache.commons.transaction.memory.HashSetFactory
- All Implemented Interfaces:
- SetFactory
public class HashSetFactory
- extends Object
- implements SetFactory
Default set factory implementation creating HashSet
s.
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HashSetFactory
public HashSetFactory()
createSet
public Set createSet()
- Specified by:
createSet
in interface SetFactory
disposeSet
public void disposeSet(Set set)
- Specified by:
disposeSet
in interface SetFactory
Copyright © 2004 The Apache Software Foundation. All Rights Reserved.