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