Uses of Interface
org.aspectj.weaver.Iterators.Getter
Packages that use Iterators.Getter
-
Uses of Iterators.Getter in org.aspectj.weaver
Methods in org.aspectj.weaver with parameters of type Iterators.GetterModifier and TypeMethodDescriptionstatic <A, B> Iterator<B>
Iterators.mapOver(Iterator<A> a, Iterators.Getter<A,B> g)
creates an iterator I based on a base iterator A and a getter G.static <A> Iterator<A>
Iterators.recur(A a, Iterators.Getter<A,A> g)
creates an iterator I based on a base iterator A and a getter G.