public interface IMultiSourceCloseableIterator<E> extends ICloseableIterator<E>
add(ICloseableIterator) or to
ICloseableIterator.close() the iterator must be atomic.
In particular, it is illegal for a source to be accepted after the iterator
has been closed.| Modifier and Type | Method and Description |
|---|---|
boolean |
add(ICloseableIterator<E> src)
Add a source.
|
closeboolean add(ICloseableIterator<E> src)
src - The source.true iff the source could be added.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.