E
- The generic type of the source elements.F
- The generic type of the converted elements.public interface IChunkConverter<E,F>
Modifier and Type | Method and Description |
---|---|
F[] |
convert(IChunkedOrderedIterator<E> src)
Convert the next chunk of element(s) from the source iterator into target
element(s).
|
F[] convert(IChunkedOrderedIterator<E> src)
Note: This method will only be invoked if
ChunkedConvertingIterator.hasNext()
reports true
for the source iterator.
Note: Iterators are single-threaded so the implementation of this method does not need to be thread-safe.
src
- The source iterator.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.