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()
Copyright © 2010–2021 JBoss by Red Hat. All rights reserved.