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.
Makes several consecutive
Iterator
s look like one.- Since:
- 4.0M1
- Version:
- $Id: 8711e792e651bd9946b1734b91baab84ce95919d $
-
Constructor Details
-
AggregatedIterator
Deprecated.- Parameters:
iterators
- the iterators to aggregated
-
-
Method Details
IteratorChain
instead