| Modifier and Type | Field and Description |
|---|---|
protected E |
current |
protected BasicEventList<E> |
elist |
protected int |
index |
protected Iterator<E> |
itr |
| Constructor and Description |
|---|
BasicIterator(BasicEventList<E> elist,
Iterator<E> srcItr) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasNext() |
E |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingprotected BasicEventList<E> elist
protected E current
protected int index
public BasicIterator(BasicEventList<E> elist, Iterator<E> srcItr)
Copyright © 2017. All rights reserved.