Interface IPageIterable<T>
- Type Parameters:
T- the type of elements returned by the iterator
- All Superinterfaces:
Iterable<T>
- All Known Subinterfaces:
IHistoryTranslationProvider.ITranslationResult,IScopedTranslationProvider.IScopedTranslationResult
- All Known Implementing Classes:
BaseTranslationProvider.TranslationResult
Extended iterable interface that supports an iterator
with step specified by page size.
-
Method Summary
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Method Details
-
iterator
Returns an iterator over elements of typeTwith step specified by page size.- Parameters:
pageSize- the size of pages- Returns:
- an iterator
-