I
- The generic type of the iterator.E
- The generic type of the elements visited by the iterator.public abstract class Filter<I extends Iterator<E>,E> extends Object implements IFilter<I,E,E>
Constructor and Description |
---|
Filter() |
Filter(int chunkSize,
Object state) |
Filter(Object state) |
protected Object state
public Filter()
public Filter(Object state)
public Filter(int chunkSize, Object state)
public IChunkedIterator<E> filter(I src)
IFilter
protected abstract boolean isValid(E e)
true
iff the element should be visited.e
- The element.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.