public static class DoxygenCommand.ParameterIterator extends Object implements Iterator<DoxygenParameter>
| Constructor and Description |
|---|
ParameterIterator(ArrayList v) |
| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
boolean |
hasNext() |
DoxygenParameter |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ParameterIterator(ArrayList v)
public boolean hasNext()
hasNext in interface Iterator<DoxygenParameter>public DoxygenParameter next()
next in interface Iterator<DoxygenParameter>public void remove()
remove in interface Iterator<DoxygenParameter>public int getLength()
Copyright © 2021. All rights reserved.