Module org.tensorflow.ndarray
Interface IndexedPositionIterator
-
- All Superinterfaces:
Iterator<Long>,PositionIterator,PrimitiveIterator<Long,LongConsumer>,PrimitiveIterator.OfLong
public interface IndexedPositionIterator extends PositionIterator
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceIndexedPositionIterator.CoordsLongConsumer-
Nested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidforEachIndexed(IndexedPositionIterator.CoordsLongConsumer consumer)-
Methods inherited from interface java.util.PrimitiveIterator.OfLong
forEachRemaining, forEachRemaining, next, nextLong
-
-
-
-
Method Detail
-
forEachIndexed
void forEachIndexed(IndexedPositionIterator.CoordsLongConsumer consumer)
-
-