Uses of Class
zombie.entity.util.Array
Packages that use Array
-
Uses of Array in zombie.entity.util
Subclasses of Array in zombie.entity.utilMethods in zombie.entity.util that return ArrayModifier and TypeMethodDescriptionstatic <T> Array<T> static <T> Array<T> LongMap.Values.toArray()ObjectMap.Keys.toArray()ObjectMap.Values.toArray()ObjectSet.ObjectSetIterator.toArray()static <T> Array<T> Array.with(T... array) Methods in zombie.entity.util with parameters of type ArrayModifier and TypeMethodDescriptionvoidvoidvoidvoidbooleanArray.containsAll(Array<? extends T> values, boolean identity) booleanArray.containsAny(Array<? extends T> values, boolean identity) voidbooleanboolean<T extends Comparable<T>>
void<T> voidSort.sort(Array<T> a, Comparator<? super T> c) Constructors in zombie.entity.util with parameters of type ArrayModifierConstructorDescriptionArrayIterable(Array<T> array) ArrayIterable(Array<T> array, boolean allowRemove) ArrayIterator(Array<T> array) ArrayIterator(Array<T> array, boolean allowRemove) ImmutableArray(Array<T> array) SnapshotArray(Array<T> array)