public class Create extends Object
Constructor and Description |
---|
Create() |
Modifier and Type | Method and Description |
---|---|
static <T> Set<T> |
copy(Collection<T> source) |
static <T> List<T> |
copy(List<T> source) |
static <K,V> Map<K,V> |
copy(Map<K,V> source) |
static <T> List<T> |
list() |
static <T> List<T> |
list(Class<T> c) |
static <T> List<T> |
list(T[] source) |
static <K,V> Map<K,V> |
map() |
static <K,V> Map<K,V> |
map(Class<K> key,
Class<V> value) |
static <T> Set<T> |
set() |
static <T> Set<T> |
set(Class<T> c) |
static <T> Set<T> |
set(T[] source) |
Copyright © 2015 aQute SARL. All rights reserved.