
public abstract class RangeIterator<T> extends ReadOnlyIterator<T>
| Constructor and Description |
|---|
RangeIterator(int from,
int to) |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
get(int current) |
boolean |
hasNext() |
T |
next() |
removeiteratorCopyright © 2015. All Rights Reserved.