Package org.aspectj.weaver
Interface Iterators.Getter<A,B>
-
- Enclosing class:
- Iterators
public static interface Iterators.Getter<A,B>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Iterator<B>get(A target)
-