|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.CollectionsFactory
public class CollectionsFactory
Collections factory.
| 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 |
|---|
public CollectionsFactory()
| Method Detail |
|---|
public static final Map createConcurrentReaderMap()
public static final List createCopyOnWriteList()
public static final Set createCopyOnWriteSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||