public class New extends Object
| Constructor and Description |
|---|
New() |
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
array(Iterable<?> items) |
static <T> T[] |
array(T... items) |
static <T> List<T> |
list() |
static <T> List<T> |
list(Iterable<? extends T> values) |
static <T> List<T> |
list(T... values) |
static <K,V> Map<K,V> |
map() |
static <K,V> Map<K,V> |
map(K key,
V value) |
static <K,V> Map<K,V> |
map(K key1,
V value1,
K key2,
V value2) |
static <K,V> Map<K,V> |
map(K key1,
V value1,
K key2,
V value2,
K key3,
V value3) |
static <K,V> Map<K,V> |
map(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4) |
static <K,V> Map<K,V> |
map(K key1,
V value1,
K key2,
V value2,
K key3,
V value3,
K key4,
V value4,
K key5,
V value5) |
static <K,V> Map<K,V> |
map(Map<? extends K,? extends V> src) |
static <K,V> Map<K,V> |
map(Object... keysAndValues) |
static <T> Set<T> |
set() |
static <T> Set<T> |
set(Iterable<? extends T> values) |
static <T> Set<T> |
set(T... values) |
public static <T> T[] array(T... items)
public static <T> Set<T> set()
public static <T> Set<T> set(T... values)
public static <T> List<T> list()
public static <T> List<T> list(T... values)
public static <K,V> Map<K,V> map()
public static <K,V> Map<K,V> map(K key, V value)
public static <K,V> Map<K,V> map(K key1, V value1, K key2, V value2)
public static <K,V> Map<K,V> map(K key1, V value1, K key2, V value2, K key3, V value3)
public static <K,V> Map<K,V> map(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4)
public static <K,V> Map<K,V> map(K key1, V value1, K key2, V value2, K key3, V value3, K key4, V value4, K key5, V value5)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.