E
public interface CloseableIterator<E> extends Iterator<E>
If you stop iterating before the iterator is exhausted, you have to call close yourself
void
close()
forEachRemaining, hasNext, next, remove
void close()
Copyright © 2017. All Rights Reserved.