public class WarningIterator<T> extends AbstractIterator<T>
Constructor and Description |
---|
WarningIterator(Iterator<T> iterator) |
WarningIterator(Iterator<T> iterator,
int limit) |
Modifier and Type | Method and Description |
---|---|
protected T |
getElement() |
hasNext, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
protected T getElement()
getElement
in class AbstractIterator<T>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.