public final class InternalArrayIterate extends Object
Modifier and Type | Method and Description |
---|---|
static <T> void |
forEachWithIndexWithoutChecks(T[] objectArray,
int from,
int to,
ObjectIntProcedure<? super T> objectIntProcedure) |
static <T> void |
forEachWithoutChecks(T[] objectArray,
int from,
int to,
Procedure<? super T> procedure) |
public static <T> void forEachWithoutChecks(T[] objectArray, int from, int to, Procedure<? super T> procedure)
public static <T> void forEachWithIndexWithoutChecks(T[] objectArray, int from, int to, ObjectIntProcedure<? super T> objectIntProcedure)
Copyright © 2004–2017. All rights reserved.