public interface PositionIterator extends PrimitiveIterator.OfLong
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong| Modifier and Type | Method and Description |
|---|---|
static PositionIterator |
create(DimensionalSpace dimensions,
int dimensionIdx) |
static IndexedPositionIterator |
createIndexed(DimensionalSpace dimensions,
int dimensionIdx) |
static PositionIterator |
sequence(long stride,
long end) |
forEachRemaining, forEachRemaining, next, nextLongstatic PositionIterator create(DimensionalSpace dimensions, int dimensionIdx)
static IndexedPositionIterator createIndexed(DimensionalSpace dimensions, int dimensionIdx)
static PositionIterator sequence(long stride, long end)
Copyright © 2015–2020. All rights reserved.