Class ByKeyRosterIterator<I extends Serializable & Comparable<I>,D extends Durable<I>>
java.lang.Object
org.smallmind.persistence.cache.praxis.ByKeyRosterIterator<I,D>
- All Implemented Interfaces:
Iterator<D>,ListIterator<D>
public class ByKeyRosterIterator<I extends Serializable & Comparable<I>,D extends Durable<I>>
extends Object
implements ListIterator<D>
-
Constructor Summary
ConstructorsConstructorDescriptionByKeyRosterIterator(ORMDao<I, D, ?, ?> ormDao, ListIterator<DurableKey<I, D>> keyListIterator) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ByKeyRosterIterator
-
-
Method Details
-
hasNext
public boolean hasNext()- Specified by:
hasNextin interfaceIterator<I extends Serializable & Comparable<I>>- Specified by:
hasNextin interfaceListIterator<I extends Serializable & Comparable<I>>
-
nextKey
-
next
- Specified by:
nextin interfaceIterator<I extends Serializable & Comparable<I>>- Specified by:
nextin interfaceListIterator<I extends Serializable & Comparable<I>>
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<I extends Serializable & Comparable<I>>
-
previous
- Specified by:
previousin interfaceListIterator<I extends Serializable & Comparable<I>>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<I extends Serializable & Comparable<I>>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<I extends Serializable & Comparable<I>>
-
remove
public void remove()- Specified by:
removein interfaceIterator<I extends Serializable & Comparable<I>>- Specified by:
removein interfaceListIterator<I extends Serializable & Comparable<I>>
-
set
- Specified by:
setin interfaceListIterator<I extends Serializable & Comparable<I>>
-
add
- Specified by:
addin interfaceListIterator<I extends Serializable & Comparable<I>>
-