E
- @StorableClass @StoreNotUseStandardSerialization public class PSynchronizedListIterator<E> extends PSynchronizedIterator<E> implements ListIterator<E>
iterator, mutex
Constructor and Description |
---|
PSynchronizedListIterator(ListIterator<E> iterator,
Object mutex) |
Modifier and Type | Method and Description |
---|---|
void |
add(E element) |
boolean |
hasPrevious() |
static PSynchronizedListIterator |
newInstance(IInstanceFactory instanceFactory,
ListIterator iterator,
Object mutex) |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
set(E element) |
hasNext, newInstance, next, remove
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
hasNext, next, remove
public PSynchronizedListIterator(ListIterator<E> iterator, Object mutex)
public static PSynchronizedListIterator newInstance(IInstanceFactory instanceFactory, ListIterator iterator, Object mutex)
public boolean hasPrevious()
hasPrevious
in interface ListIterator<E>
public E previous()
previous
in interface ListIterator<E>
public int nextIndex()
nextIndex
in interface ListIterator<E>
public int previousIndex()
previousIndex
in interface ListIterator<E>
public void set(E element)
set
in interface ListIterator<E>
public void add(E element)
add
in interface ListIterator<E>
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.