Package org.aspectj.weaver
Class Iterators.ResolvedTypeArrayIterator
- java.lang.Object
-
- org.aspectj.weaver.Iterators.ResolvedTypeArrayIterator
-
- All Implemented Interfaces:
Iterator<ResolvedType>
- Enclosing class:
- Iterators
public static class Iterators.ResolvedTypeArrayIterator extends Object implements Iterator<ResolvedType>
-
-
Constructor Summary
Constructors Constructor Description ResolvedTypeArrayIterator(ResolvedType[] array, List<String> alreadySeen, boolean wantGenerics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasNext()ResolvedTypenext()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
ResolvedTypeArrayIterator
public ResolvedTypeArrayIterator(ResolvedType[] array, List<String> alreadySeen, boolean wantGenerics)
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfaceIterator<ResolvedType>
-
next
public ResolvedType next()
- Specified by:
nextin interfaceIterator<ResolvedType>
-
remove
public void remove()
- Specified by:
removein interfaceIterator<ResolvedType>
-
-