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