Package org.cryptomator.cryptofs.common
Class ArrayUtils
- java.lang.Object
-
- org.cryptomator.cryptofs.common.ArrayUtils
-
public final class ArrayUtils extends Object
Functions used from commons-lang
-
-
Constructor Summary
Constructors Constructor Description ArrayUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleancontains(Object[] array, Object objectToFind)static <S,T extends S>
Stream<T>filterByType(S[] array, Class<T> type)static <T> Stream<T>with(T[] array, T obj)static <T> Stream<T>without(T[] array, T obj)
-