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