public final class ArrayIteratorLong extends Object
| Constructor and Description |
|---|
ArrayIteratorLong(long... aArray) |
ArrayIteratorLong(long[] aArray,
int nOfs,
int nLength)
constructor with offset and length
|
public ArrayIteratorLong(@Nonnull long... aArray)
public ArrayIteratorLong(@Nonnull long[] aArray, @Nonnegative int nOfs, @Nonnegative int nLength)
aArray - Source arraynOfs - Offset. Must be ≥ 0.nLength - Length. Must be ≥ 0.Copyright © 2017–2020 Philip Helger. All rights reserved.