Class ArrayUtils
java.lang.Object
net.minestom.server.utils.ArrayUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanstatic <T> int[]mapToIntArray(Collection<T> collection, ToIntFunction<T> function) static <K,V> Map <K, V> toMap(K[] keys, V[] values, int length)
-
Method Details
-
isEmpty
-
mapToIntArray
-
toMap
-