Package org.wildfly.common.iteration
Interface IndexIterator
-
- All Known Implementing Classes:
ByteIterator
,CodePointIterator
public interface IndexIterator
An iterator which can report the current iterator index.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getIndex()
Get the current iterator index.
-