org.jboss.util
Class CollectionsFactory

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

public class CollectionsFactory
extends Object

Collections factory.

Version:
$Revision: 1.3.2.3 $
Author:
Adrian Brock

Constructor Summary
CollectionsFactory()
           
 
Method Summary
static Map createConcurrentReaderMap()
          Defines the map implementation
static List createCopyOnWriteList()
          Defines the list implementation
static Set createCopyOnWriteSet()
          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

createConcurrentReaderMap

public static final Map createConcurrentReaderMap()
Defines the map implementation


createCopyOnWriteList

public static final List createCopyOnWriteList()
Defines the list implementation


createCopyOnWriteSet

public static final Set createCopyOnWriteSet()
Defines the set implementation



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