Class WarningIterator<T>
- java.lang.Object
-
- org.apache.sling.query.impl.iterator.AbstractIterator<T>
-
- org.apache.sling.query.impl.iterator.WarningIterator<T>
-
- All Implemented Interfaces:
Iterator<T>
public class WarningIterator<T> extends AbstractIterator<T>
-
-
Constructor Summary
Constructors Constructor Description WarningIterator(Iterator<T> iterator)
WarningIterator(Iterator<T> iterator, int limit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected T
getElement()
-
Methods inherited from class org.apache.sling.query.impl.iterator.AbstractIterator
hasNext, next, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Method Detail
-
getElement
protected T getElement()
- Specified by:
getElement
in classAbstractIterator<T>
-
-