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