|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.richfaces.util.CollectionsUtils
public class CollectionsUtils
Nested Class Summary | |
---|---|
static class |
CollectionsUtils.ConstMap<T,V>
|
Method Summary | ||
---|---|---|
static
|
ar()
|
|
static
|
ar(T... ts)
|
|
|
list(T... ts)
|
|
static
|
map()
|
|
|
set(T... ts)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static <T> T[] ar(T... ts)
public static <T> T[] ar()
public static <T,V> CollectionsUtils.ConstMap<T,V> map()
public <T> java.util.Set<T> set(T... ts)
public <T> java.util.List<T> list(T... ts)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |