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