Interface FilterIterator.Filter<E>
- Enclosing class:
FilterIterator<E>
public static interface FilterIterator.Filter<E>
Used to tests whether or not an element fulfills certain criteria, and
hence should be accepted by the FilterIterator instance.
- Version:
- $Id: //depot/branches/personal/haraldk/twelvemonkeys/release-2/twelvemonkeys-core/src/main/java/com/twelvemonkeys/util/FilterIterator.java#1 $
-
Method Summary
-
Method Details
-
accept
Tests whether or not the element fulfills certain criteria, and hence should be accepted.- Parameters:
pElement- the element to test- Returns:
trueif the object is accepted, otherwisefalse
-