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>
IteratorException
public T next()
next
in interface CloseableIterator<T>
public void close()
close
in interface CloseableIterator<T>
close
in interface Closeable
close
in interface AutoCloseable
Copyright © 2014–2018 GraphIK (INRIA - LIRMM). All rights reserved.