- Enclosing class:
PackedArray
public static interface PackedArray.PackedArrayReadIterator
A read iterator to read the values of all components in sequential order.
-
Method Summary
-
Method Details
-
hasNext
boolean hasNext()Returnstrueif the iteration has more components.- Returns:
trueif the iteration has more components
-
next
long next()Returns the value of the next component in the iteration.The behavior is undefined if there are no further components.
- Returns:
- the value of the next component in the iteration
-