T - public class StreamingIterator<T> extends Object implements Iterator<T>
| Constructor and Description |
|---|
StreamingIterator(IteratorSource<T> source) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic StreamingIterator(IteratorSource<T> source)
Copyright © 2009–2015 DuraSpace. All rights reserved.