public static class IteratorsTest.ListBufferedIterator extends Iterators.Buffered
| Constructor and Description |
|---|
ListBufferedIterator(Iterator iterator) |
| Modifier and Type | Method and Description |
|---|---|
Object |
bufferNext()
Returns the next object for this iterator, or
null
if there are no more objects. |
hasNext, next, removeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ListBufferedIterator(Iterator iterator)
public Object bufferNext()
Iterators.Bufferednull
if there are no more objects.bufferNext in class Iterators.BufferedCopyright © 2019 Alias-i, Inc.. All rights reserved.