public abstract class AbstractRangeIterator<T> extends Object implements Iterator<T>
| Modifier and Type | Field and Description |
|---|---|
protected Iterator<?> |
it |
protected int |
maxCount |
| Constructor and Description |
|---|
AbstractRangeIterator(Iterator<?> it,
int offset,
int count) |
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.