org.aspectj.weaver
Interface Iterators.Filter<T>

Enclosing class:
Iterators

public static interface Iterators.Filter<T>

A filter represents a mapping function from Iterator to Iterator


Method Summary
 java.util.Iterator<T> filter(java.util.Iterator<T> in)
           
 

Method Detail

filter

java.util.Iterator<T> filter(java.util.Iterator<T> in)