Class IntrinsicRosterIterator<T>
java.lang.Object
org.smallmind.persistence.cache.praxis.intrinsic.IntrinsicRosterIterator<T>
- All Implemented Interfaces:
Iterator<T>,ListIterator<T>
-
Constructor Summary
ConstructorsConstructorDescriptionIntrinsicRosterIterator(IntrinsicRoster<T> concurrentList, IntrinsicRosterNode<T> prev, IntrinsicRosterNode<T> next, int index) -
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
-
IntrinsicRosterIterator
public IntrinsicRosterIterator(IntrinsicRoster<T> concurrentList, IntrinsicRosterNode<T> prev, IntrinsicRosterNode<T> next, int index)
-
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator<T>
-
previous
- Specified by:
previousin interfaceListIterator<T>
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator<T>
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator<T>
-
set
- Specified by:
setin interfaceListIterator<T>
-
remove
public void remove() -
add
- Specified by:
addin interfaceListIterator<T>
-