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()voidcopyStateFrom(IteratorCounter2 other) intfinal List<StringLocated>getTrace()booleanhasNext()next()peek()voidremove()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
IteratorCounter2Impl
-
-
Method Details
-
copyStateFrom
- Specified by:
copyStateFromin interfaceIteratorCounter2
-
cloneMe
- Specified by:
cloneMein interfaceIteratorCounter2
-
currentNum
public int currentNum()- Specified by:
currentNumin interfaceIteratorCounter2
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<StringLocated>
-
next
- Specified by:
nextin interfaceIterator<StringLocated>
-
peek
- Specified by:
peekin interfaceIteratorCounter2
-
peekPrevious
- Specified by:
peekPreviousin interfaceIteratorCounter2
-
remove
public void remove()- Specified by:
removein interfaceIterator<StringLocated>
-
getTrace
- Specified by:
getTracein interfaceIteratorCounter2
-