Package aQute.libg.generics
Class Create
java.lang.Object
aQute.libg.generics.Create
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Set<T>
copy
(Collection<T> source) static <T> List<T>
static <K,
V> Map<K, V> static <T> List<T>
list()
static <T> List<T>
static <T> List<T>
list
(T... source) static <K,
V> Map<K, V> map()
static <K,
V> Map<K, V> static <T> Set<T>
set()
static <T> Set<T>
static <T> Set<T>
set
(T... source)
-
Constructor Details
-
Create
public Create()
-
-
Method Details
-
map
-
map
-
list
-
list
-
set
-
set
-
list
-
set
-
copy
-
copy
-
copy
-