Package xyz.xenondevs.invui.util
Class ArrayUtils
java.lang.Object
xyz.xenondevs.invui.util.ArrayUtils
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T[]concat(T first, T @NotNull [] rest) findAllOccurrences(T @NotNull [] array, Predicate<T> predicate) static intfindFirstEmptyIndex(@Nullable Object @NotNull [] array)  
- 
Constructor Details
- 
ArrayUtils
public ArrayUtils() 
 - 
 - 
Method Details
- 
findFirstEmptyIndex
 - 
findAllOccurrences
 - 
concat
public static <T> T[] concat(@Nullable T first, @Nullable T @NotNull [] rest)  
 -