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... objects) Methods in zombie.entity.util with parameters of type ArrayModifier and TypeMethodDescriptionvoidvoidvoidvoidbooleanArray.containsAll(Array<? extends T> array0, boolean boolean0) booleanArray.containsAny(Array<? extends T> array0, boolean boolean0) voidbooleanboolean<T extends Comparable>
void<T> voidSort.sort(Array<T> array, Comparator<? super T> comparator) Constructors in zombie.entity.util with parameters of type ArrayModifierConstructorDescriptionArrayIterable(Array<T> arrayx) ArrayIterable(Array<T> arrayx, boolean boolean0) ArrayIterator(Array<T> arrayx) ArrayIterator(Array<T> arrayx, boolean boolean0) ImmutableArray(Array<T> arrayx) SnapshotArray(Array arg0)