org.apache.jackrabbit.commons.flat
Class FilterIterator<T>
java.lang.Object
org.apache.jackrabbit.commons.iterator.FilterIterator<T>
org.apache.jackrabbit.commons.flat.FilterIterator<T>
- Type Parameters:
T -
- All Implemented Interfaces:
- Iterator<T>
Deprecated. use FilterIterator
public class FilterIterator<T>
- extends FilterIterator<T>
Iterator filtering out items which do not match a given predicate.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilterIterator
public FilterIterator(Iterator<T> tIterator,
Predicate predicate)
- Deprecated.
- Create a new filtered iterator based on the given
iterator.
- Parameters:
tIterator - iterator to filterpredicate - only item matching this predicate are included
Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.