|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.plantuml.version.IteratorCounterImpl
public class IteratorCounterImpl
| Constructor Summary | |
|---|---|
IteratorCounterImpl(Iterator<String> it)
|
|
| Method Summary | |
|---|---|
int |
currentNum()
|
boolean |
hasNext()
|
String |
next()
|
void |
remove()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IteratorCounterImpl(Iterator<String> it)
| Method Detail |
|---|
public int currentNum()
currentNum in interface IteratorCounterpublic boolean hasNext()
hasNext in interface Iterator<String>public String next()
next in interface Iterator<String>public void remove()
remove in interface Iterator<String>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||