public final class ArrayUtils
extends Object
Functions used from commons-lang
-
Method Summary
static boolean
static <S,
T extends S>
Stream<T>
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
contains
public static boolean contains(Object[] array,
Object objectToFind)
-
filterByType
public static <S,
T extends S> Stream<T> filterByType(S[] array,
Class<T> type)
-
without
public static <T> Stream<T> without(T[] array,
T obj)
-
with
public static <T> Stream<T> with(T[] array,
T obj)