E - @StoreNotUseStandardSerialization @StorableClass public abstract class AbstractDescendingIterator<E> extends Object implements ListIterator<E>, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected ListIterator<E> |
iterator |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDescendingIterator() |
protected ListIterator<E> iterator
public void add(E element)
add in interface ListIterator<E>public boolean hasNext()
public boolean hasPrevious()
hasPrevious in interface ListIterator<E>public E next()
public int nextIndex()
nextIndex in interface ListIterator<E>public E previous()
previous in interface ListIterator<E>public int previousIndex()
previousIndex in interface ListIterator<E>public void remove()
public void set(E element)
set in interface ListIterator<E>protected abstract int size()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.