org.aspectj.weaver
Interface Iterators.Getter<A,B>

Enclosing class:
Iterators

public static interface Iterators.Getter<A,B>

A getter represents a mapping function from Object to Iterator


Method Summary
 java.util.Iterator<B> get(A target)
           
 

Method Detail

get

java.util.Iterator<B> get(A target)