org.aspectj.weaver
Class Iterators.ResolvedTypeArrayIterator

java.lang.Object
  extended by org.aspectj.weaver.Iterators.ResolvedTypeArrayIterator
All Implemented Interfaces:
java.util.Iterator<ResolvedType>
Enclosing class:
Iterators

public static class Iterators.ResolvedTypeArrayIterator
extends java.lang.Object
implements java.util.Iterator<ResolvedType>


Constructor Summary
Iterators.ResolvedTypeArrayIterator(ResolvedType[] array, java.util.List<java.lang.String> alreadySeen, boolean wantGenerics)
           
 
Method Summary
 boolean hasNext()
           
 ResolvedType next()
           
 void remove()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Iterators.ResolvedTypeArrayIterator

public Iterators.ResolvedTypeArrayIterator(ResolvedType[] array,
                                           java.util.List<java.lang.String> alreadySeen,
                                           boolean wantGenerics)
Method Detail

hasNext

public boolean hasNext()
Specified by:
hasNext in interface java.util.Iterator<ResolvedType>

next

public ResolvedType next()
Specified by:
next in interface java.util.Iterator<ResolvedType>

remove

public void remove()
Specified by:
remove in interface java.util.Iterator<ResolvedType>