net.cscott.jutil
public static class FilterIterator.Filter<A,B> extends Object
| Method Summary | |
|---|---|
| boolean | isElement(A o) Return true if the specified element should be
included in the filtered enumeration.
|
| B | map(A o) Perform a mapping on elements from the source enumeration.
|
true if the specified element should be
included in the filtered enumeration.
o
(identity mapping).