Package net.sourceforge.plantuml.version
Class IteratorCounter2Impl
java.lang.Object
net.sourceforge.plantuml.version.IteratorCounter2Impl
- All Implemented Interfaces:
Iterator<StringLocated>
,IteratorCounter2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneMe()
void
copyStateFrom
(IteratorCounter2 other) int
final List<StringLocated>
getTrace()
boolean
hasNext()
next()
peek()
void
remove()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
IteratorCounter2Impl
-
-
Method Details
-
copyStateFrom
- Specified by:
copyStateFrom
in interfaceIteratorCounter2
-
cloneMe
- Specified by:
cloneMe
in interfaceIteratorCounter2
-
currentNum
public int currentNum()- Specified by:
currentNum
in interfaceIteratorCounter2
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<StringLocated>
-
next
- Specified by:
next
in interfaceIterator<StringLocated>
-
peek
- Specified by:
peek
in interfaceIteratorCounter2
-
peekPrevious
- Specified by:
peekPrevious
in interfaceIteratorCounter2
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<StringLocated>
-
getTrace
- Specified by:
getTrace
in interfaceIteratorCounter2
-