public class ByKeyRosterIterator<I extends Serializable & Comparable<I>,D extends Durable<I>> extends Object implements ListIterator<D>
| Constructor and Description |
|---|
ByKeyRosterIterator(ORMDao<I,D,?,?> ormDao,
ListIterator<DurableKey<I,D>> keyListIterator) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(D durable) |
boolean |
hasNext() |
boolean |
hasPrevious() |
D |
next() |
int |
nextIndex() |
DurableKey<I,D> |
nextKey() |
D |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(D durable) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ByKeyRosterIterator(ORMDao<I,D,?,?> ormDao, ListIterator<DurableKey<I,D>> keyListIterator)
public boolean hasNext()
public DurableKey<I,D> nextKey()
public D next()
public boolean hasPrevious()
hasPrevious in interface ListIterator<D extends Durable<I>>public int nextIndex()
nextIndex in interface ListIterator<D extends Durable<I>>public int previousIndex()
previousIndex in interface ListIterator<D extends Durable<I>>public void remove()
Copyright © 2017. All rights reserved.