I - E - public interface IStriterator<I extends Iterator<E>,E> extends ICloseableIterator<E>, Enumeration<E>
| Modifier and Type | Method and Description |
|---|---|
IStriterator<I,E> |
addFilter(IFilter<I,?,E> filter)
Stack a filter on the source iterator.
|
IStriterator<I,E> |
addInstanceOfFilter(Class<E> cls)
Visits elements that are instances of the specified class.
|
IStriterator<I,E> |
append(I src)
Appends the given iterator when this iterator is exhausted.
|
closehasMoreElements, nextElementIStriterator<I,E> addFilter(IFilter<I,?,E> filter)
filter - The filter.IStriterator<I,E> addInstanceOfFilter(Class<E> cls)
cls - The class.IStriterator<I,E> append(I src)
src - Another iterator.Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.