org.apache.commons.transaction.memory
Class HashSetFactory

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

public class HashSetFactory
extends java.lang.Object
implements SetFactory

Default set factory implementation creating HashSets.

Version:
$Revision$

Constructor Summary
HashSetFactory()
           
 
Method Summary
 java.util.Set createSet()
           
 void disposeSet(java.util.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 java.util.Set createSet()
Specified by:
createSet in interface SetFactory

disposeSet

public void disposeSet(java.util.Set set)
Specified by:
disposeSet in interface SetFactory


Copyright © 2004-2007 The Apache Software Foundation. All Rights Reserved.