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
-
Method Details
-
getIndex
long getIndex()Get the current iterator index.- Returns:
- the index
-