public abstract class AbstractSequence<E> extends Object implements Sequence<E>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSequence() |
| Modifier and Type | Method and Description |
|---|---|
E |
current() |
protected abstract E |
findNext() |
protected Element<E> |
findNext(int count) |
boolean |
hasNext() |
int |
index() |
int |
length() |
E |
next() |
E |
next(int count) |
void |
reset() |
protected abstract E findNext()
Copyright © 2021. All rights reserved.