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:
- $Id: HashSetFactory.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 |
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-2011 Apache Software Foundation. All Rights Reserved.