public abstract class LimitAdjustingIterator<R> extends Object implements Iterator<R>
| Constructor and Description |
|---|
LimitAdjustingIterator(int maxLimit,
int currentLimit)
Initializes this iterator with the current limit and the maximum number of elements that may be retrieved from the
wrapped iterator.
|
public LimitAdjustingIterator(int maxLimit,
int currentLimit)
maxLimit - currentLimit - Copyright © 2012–2014. All rights reserved.