I - The generic type of the source iterator.E - The generic type of the elements visited by the source iterator.F - The generic type of the elements visited by the filtered iterator.public abstract class Resolver<I extends Iterator<E>,E,F> extends Object implements IFilter<I,E,F>
| Constructor and Description |
|---|
Resolver() |
Resolver(int chunkSize,
IKeyOrder<F> keyOrder) |
| Modifier and Type | Method and Description |
|---|---|
IChunkedIterator<F> |
filter(I src)
Wrap the source iterator with an iterator that applies this filter.
|
protected abstract F |
resolve(E e)
Resolve an element visited by the source iterator into an element of the
type visitable by this iterator.
|
public IChunkedIterator<F> filter(I src)
IFilterCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.