public interface IteratorCounter2 extends java.util.Iterator<StringLocated>
Modifier and Type | Method and Description |
---|---|
IteratorCounter2 |
cloneMe() |
void |
copyStateFrom(IteratorCounter2 other) |
int |
currentNum() |
StringLocated |
peek() |
StringLocated |
peekPrevious() |
int currentNum()
IteratorCounter2 cloneMe()
StringLocated peek()
StringLocated peekPrevious()
void copyStateFrom(IteratorCounter2 other)
Copyright © 2019. All Rights Reserved.