Class AggregatedIterator<T>
- java.lang.Object
-
- org.xwiki.extension.repository.result.AggregatedIterator<T>
-
- Type Parameters:
T
- the type of the iterated values
- All Implemented Interfaces:
Iterator<T>
@Deprecated public class AggregatedIterator<T> extends Object implements Iterator<T>
Deprecated.since 8.4.6, 9.5, useIteratorChain
insteadMakes several consecutiveIterator
s look like one.- Since:
- 4.0M1
- Version:
- $Id: 8711e792e651bd9946b1734b91baab84ce95919d $
-
-
Constructor Summary
Constructors Constructor Description AggregatedIterator(Iterator<Iterator<T>> iterators)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
hasNext()
Deprecated.T
next()
Deprecated.void
remove()
Deprecated.-
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
-
-