| Constructor and Description |
|---|
AnyObj() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
contains(Object arrOrColl,
Object value) |
static Object |
exclude(Object arrOrColl,
Object item) |
static Object[] |
flat(Object... arr) |
static <T> int |
flatInsertInto(List<T> dest,
int index,
Object item) |
static Object |
include(Object arrOrColl,
Object item) |
static <T,V extends T> |
withoutNulls(V... values) |
public static <T,V extends T> List<T> withoutNulls(V... values)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.