|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.util.collection.CollectionsFactory
public class CollectionsFactory
Collections factory.
| Constructor Summary | |
|---|---|
CollectionsFactory()
|
|
| Method Summary | ||
|---|---|---|
static
|
createConcurrentReaderMap()
Defines the concurrent map implementation |
|
static
|
createCopyOnWriteList()
Defines the concurrent list implementation |
|
static
|
createCopyOnWriteSet()
Defines the concurrent set implementation |
|
static
|
createLazyList()
Defines the list implementation |
|
static
|
createLazyMap()
Defines the map implementation |
|
static
|
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 |
|---|
public CollectionsFactory()
| Method Detail |
|---|
public static final <K,V> Map<K,V> createLazyMap()
K - the key typeV - the value type
public static final <T> List<T> createLazyList()
T - the type
public static final <T> Set<T> createLazySet()
T - the type
public static final <K,V> Map<K,V> createConcurrentReaderMap()
K - the key typeV - the value type
public static final <T> List<T> createCopyOnWriteList()
T - the type
public static final <T> Set<T> createCopyOnWriteSet()
T - the type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||