Class SyncList.SyncCollectionListIterator
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator
EDU.oswego.cs.dl.util.concurrent.SyncList.SyncCollectionListIterator
- All Implemented Interfaces:
Iterator, ListIterator
- Enclosing class:
SyncList
public class SyncList.SyncCollectionListIterator
extends SyncCollection.SyncCollectionIterator
implements ListIterator
-
Field Summary
Fields inherited from class SyncCollection.SyncCollectionIterator
baseIterator_ -
Method Summary
Methods inherited from class SyncCollection.SyncCollectionIterator
hasNext, next, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemainingMethods inherited from interface ListIterator
hasNext, next, remove
-
Method Details
-
baseListIterator
-
hasPrevious
public boolean hasPrevious()- Specified by:
hasPreviousin interfaceListIterator
-
previous
- Specified by:
previousin interfaceListIterator
-
nextIndex
public int nextIndex()- Specified by:
nextIndexin interfaceListIterator
-
previousIndex
public int previousIndex()- Specified by:
previousIndexin interfaceListIterator
-
set
- Specified by:
setin interfaceListIterator
-
add
- Specified by:
addin interfaceListIterator
-