Modifier and Type | Field and Description |
---|---|
protected CloseableIterator<T> |
iterator |
Constructor and Description |
---|
IteratorAdapter(CloseableIterator<T> iterator) |
Modifier and Type | Method and Description |
---|---|
protected void |
finalize() |
boolean |
hasNext() |
T |
next() |
void |
remove() |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected CloseableIterator<T> iterator
public IteratorAdapter(CloseableIterator<T> iterator)
protected void finalize() throws Throwable
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.