public class CollectionUtils extends Object
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
toList(T element,
T... elements) |
static <T> List<T> |
toUnmodifiableCopy(Collection<T> collection) |
public static <T> List<T> toUnmodifiableCopy(Collection<T> collection)
public static <T> List<T> toList(T element, T... elements)
Copyright © 2017 JBoss by Red Hat. All rights reserved.