public static class FilterIterator.Filter<A,B>
extends java.lang.Object
| Constructor and Description |
|---|
Filter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public boolean isElement(A o)
true if the specified element should be
included in the filtered enumeration.
Objects (no filter).Copyright (c) 2006 C. Scott Ananian