public static class GenericTypeDescription.SuperTypeIterator extends Object implements Iterator<GenericTypeDescription>
| Constructor and Description |
|---|
SuperTypeIterator(GenericTypeDescription initialType)
Creates a new iterator.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
GenericTypeDescription |
next() |
void |
remove() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEachRemainingpublic SuperTypeIterator(GenericTypeDescription initialType)
initialType - The initial type of this iterator.public boolean hasNext()
hasNext in interface Iterator<GenericTypeDescription>public GenericTypeDescription next()
next in interface Iterator<GenericTypeDescription>public void remove()
remove in interface Iterator<GenericTypeDescription>Copyright © 2014–2015. All rights reserved.