Package net.sourceforge.plantuml.version
Interface IteratorCounter2
-
- All Superinterfaces:
Iterator<StringLocated>
- All Known Implementing Classes:
IteratorCounter2Impl
public interface IteratorCounter2 extends Iterator<StringLocated>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IteratorCounter2
cloneMe()
void
copyStateFrom(IteratorCounter2 other)
int
currentNum()
List<StringLocated>
getTrace()
StringLocated
peek()
StringLocated
peekPrevious()
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-
-
-
Method Detail
-
currentNum
int currentNum()
-
cloneMe
IteratorCounter2 cloneMe()
-
peek
StringLocated peek()
-
peekPrevious
StringLocated peekPrevious()
-
copyStateFrom
void copyStateFrom(IteratorCounter2 other)
-
getTrace
List<StringLocated> getTrace()
-
-