com.sun.faces.util
public class CollectionsUtils extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionsUtils.ConstMap<T,V> |
Modifier | Constructor and Description |
---|---|
private |
CollectionsUtils() |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
ar() |
static <T> T[] |
ar(T... ts) |
static <T,V> CollectionsUtils.ConstMap<T,V> |
map() |
public static <T> T[] ar(T... ts)
public static <T> T[] ar()
public static <T,V> CollectionsUtils.ConstMap<T,V> map()
Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.