EDU.oswego.cs.dl.util.concurrent

Class SyncList.SyncCollectionListIterator

Enclosing Class:
SyncList
Implemented Interfaces:
Iterator, ListIterator

public class SyncList.SyncCollectionListIterator
extends SyncCollection.SyncCollectionIterator
implements ListIterator

Field Summary

Fields inherited from class EDU.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator

baseIterator_

Method Summary

void
add(Object o)
protected ListIterator
baseListIterator()
boolean
hasPrevious()
int
nextIndex()
Object
previous()
int
previousIndex()
void
set(Object o)

Methods inherited from class EDU.oswego.cs.dl.util.concurrent.SyncCollection.SyncCollectionIterator

hasNext, next, remove

Method Details

add

public void add(Object o)


baseListIterator

protected ListIterator baseListIterator()


hasPrevious

public boolean hasPrevious()


nextIndex

public int nextIndex()


previous

public Object previous()


previousIndex

public int previousIndex()


set

public void set(Object o)