public class RecordBufferIteratorMapper<X> extends Object implements Iterator<X>
boolean
hasNext()
X
next()
void
remove()
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public boolean hasNext()
hasNext
Iterator<X>
public X next()
next
public void remove()
remove
Licensed under the Apache License, Version 2.0