protected static class Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator extends Object implements Iterator<AnnotationDescription>
Argument
annotations for any non-referenced index of the source method.| Modifier and Type | Class and Description |
|---|---|
protected static class |
Argument.NextUnboundAsDefaultsProvider.NextUnboundArgumentIterator.DefaultArgument
A default implementation of an
Argument
annotation. |
| Modifier | Constructor and Description |
|---|---|
protected |
NextUnboundArgumentIterator(Iterator<Integer> iterator)
Creates a new iterator for
Argument
annotations of non-referenced parameter indices of the source method. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
AnnotationDescription |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic boolean hasNext()
hasNext in interface Iterator<AnnotationDescription>public AnnotationDescription next()
next in interface Iterator<AnnotationDescription>public void remove()
remove in interface Iterator<AnnotationDescription>Copyright © 2014–2015. All rights reserved.