public final class InternalArrayIterate
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static <T> void |
forEachWithIndexWithoutChecks(T[] objectArray,
int from,
int to,
com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> objectIntProcedure) |
static <T> void |
forEachWithoutChecks(T[] objectArray,
int from,
int to,
com.gs.collections.api.block.procedure.Procedure<? super T> procedure) |
public static <T> void forEachWithoutChecks(T[] objectArray,
int from,
int to,
com.gs.collections.api.block.procedure.Procedure<? super T> procedure)
public static <T> void forEachWithIndexWithoutChecks(T[] objectArray,
int from,
int to,
com.gs.collections.api.block.procedure.primitive.ObjectIntProcedure<? super T> objectIntProcedure)