org.jboss.util.collection
Class CollectionsFactory

java.lang.Object
  extended by org.jboss.util.collection.CollectionsFactory

public class CollectionsFactory
extends Object

Collections factory.

Version:
$Revision: 1.1 $
Author:
Adrian Brock

Constructor Summary
CollectionsFactory()
           
 
Method Summary
static Map createConcurrentReaderMap()
          Defines the concurrent map implementation
static List createCopyOnWriteList()
          Defines the concurrent list implementation
static Set createCopyOnWriteSet()
          Defines the concurrent set implementation
static List createLazyList()
          Defines the list implementation
static Map createLazyMap()
          Defines the map implementation
static Set createLazySet()
          Defines the set implementation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CollectionsFactory

public CollectionsFactory()
Method Detail

createLazyMap

public static final Map createLazyMap()
Defines the map implementation


createLazyList

public static final List createLazyList()
Defines the list implementation


createLazySet

public static final Set createLazySet()
Defines the set implementation


createConcurrentReaderMap

public static final Map createConcurrentReaderMap()
Defines the concurrent map implementation


createCopyOnWriteList

public static final List createCopyOnWriteList()
Defines the concurrent list implementation


createCopyOnWriteSet

public static final Set createCopyOnWriteSet()
Defines the concurrent set implementation



Copyright © 2002 JBoss Group, LLC. All Rights Reserved.