public class UniqIterator<T> extends Object implements CloseableIterator<T>
| Constructor and Description |
|---|
UniqIterator(CloseableIterator<T> it) |
UniqIterator(Iterator<T> it) |
public UniqIterator(CloseableIterator<T> it)
public boolean hasNext()
throws IteratorException
hasNext in interface CloseableIterator<T>IteratorExceptionpublic T next()
next in interface CloseableIterator<T>public void close()
close in interface CloseableIterator<T>close in interface Closeableclose in interface AutoCloseableCopyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.