Class Structs
java.lang.Object
arc.util.Structs
com.xpdustry.claj.common.util.Structs
public class Structs
extends arc.util.Structs
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class arc.util.Structs
add, arr, comparing, comparing, comparingBool, comparingFloat, comparingInt, comparingLong, comps, contains, contains, count, each, eq, filter, filter, filter, find, findMin, findMin, findMin, findMin, forEach, inBounds, inBounds, inBounds, inBounds, inBounds, inBounds, inBounds, inBounds, indexOf, indexOf, indexOf, random, random, remove, remove, swap
-
Constructor Details
-
Structs
public Structs()
-
-
Method Details
-
insert
public static <T> T[] insert(T[] array, int index, T item) -
map
-
iterable
-
max
-
max
public static <T> int max(T[] array, arc.func.Intf<T> intifier) -
min
-
min
public static <T> int min(T[] array, arc.func.Intf<T> intifier)
-