org.apache.commons.transaction.memory
Class HashSetFactory

java.lang.Object
  extended by org.apache.commons.transaction.memory.HashSetFactory
All Implemented Interfaces:
SetFactory

public class HashSetFactory
extends Object
implements SetFactory

Default set factory implementation creating HashSets.

Version:
$Revision$

Constructor Summary
HashSetFactory()
           
 
Method Summary
 Set createSet()
           
 void disposeSet(Set set)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HashSetFactory

public HashSetFactory()
Method Detail

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.