public class CollectionsUtils extends Object
Modifier and Type | Class and Description |
---|---|
static class |
CollectionsUtils.ConstMap<T,V> |
Modifier and Type | Method and Description |
---|---|
static <T> T[] |
ar() |
static <T> T[] |
ar(T... ts) |
static <T> Set<T> |
asSet(T... a) |
static <T,V> CollectionsUtils.ConstMap<T,V> |
map() |
@SafeVarargs public static <T> Set<T> asSet(T... a)
public static <T> T[] ar(T... ts)
public static <T> T[] ar()
public static <T,V> CollectionsUtils.ConstMap<T,V> map()
Comments to: faces-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation. All rights reserved.
Use is subject to license terms.