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
ConstructorDescriptionResolvedTypeArrayIterator
(ResolvedType[] array, List<String> alreadySeen, boolean wantGenerics) -
Method Summary
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 Details
-
ResolvedTypeArrayIterator
public ResolvedTypeArrayIterator(ResolvedType[] array, List<String> alreadySeen, boolean wantGenerics)
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNext
in interfaceIterator<ResolvedType>
-
next
- Specified by:
next
in interfaceIterator<ResolvedType>
-
remove
public void remove()- Specified by:
remove
in interfaceIterator<ResolvedType>
-