public class ArrayFoo extends Object
| Constructor and Description |
|---|
ArrayFoo() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T[] |
array(Collection<T> ts) |
static <T> T[] |
array(T... ts) |
static <T> boolean |
arrayContains(T[] ts,
T value) |
static <T> T[] |
combine(T[]... arrays) |
static <T> Set<T> |
setOf(T... ts) |
static <T> String |
stringify(T[] ts) |
@SafeVarargs public static <T> T[] combine(T[]... arrays)
@SafeVarargs public static <T> Set<T> setOf(T... ts)
public static <T> String stringify(T[] ts)
public static <T> boolean arrayContains(T[] ts,
T value)
@SafeVarargs public static <T> T[] array(T... ts)
public static <T> T[] array(Collection<T> ts)
Copyright © 2016 Inbot. All Rights Reserved.