public interface BufferedIterator<T> extends Iterator
An iterator that allows examining the next element without consuming it.
public T
head()
interface Iterator
remove, forEachRemaining, next, hasNext
Copyright © 2003-2020 The Apache Software Foundation. All rights reserved.