| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.openjpa.kernel.DelegatingResultList.DelegatingListIterator<T>
public class DelegatingResultList.DelegatingListIterator<T>
Delegating iterator that also performs exception translation.
| Constructor Summary | |
|---|---|
| DelegatingResultList.DelegatingListIterator(ListIterator<T> it)Constructor; supply delegate. | |
| Method Summary | |
|---|---|
|  void | add(T o) | 
|  boolean | equals(Object other) | 
|  ListIterator<T> | getDelegate()Return the direct delegate. | 
|  ListIterator<T> | getInnermostDelegate()Return the native delegate. | 
|  int | hashCode() | 
|  boolean | hasNext() | 
|  boolean | hasPrevious() | 
|  T | next() | 
|  int | nextIndex() | 
|  T | previous() | 
|  int | previousIndex() | 
|  void | remove() | 
|  void | set(T o) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public DelegatingResultList.DelegatingListIterator(ListIterator<T> it)
| Method Detail | 
|---|
public ListIterator<T> getDelegate()
public ListIterator<T> getInnermostDelegate()
public int hashCode()
hashCode in class Objectpublic boolean equals(Object other)
equals in class Objectpublic boolean hasNext()
hasNext in interface Iterator<T>hasNext in interface ListIterator<T>public T next()
next in interface Iterator<T>next in interface ListIterator<T>public boolean hasPrevious()
hasPrevious in interface ListIterator<T>public T previous()
previous in interface ListIterator<T>public int nextIndex()
nextIndex in interface ListIterator<T>public int previousIndex()
previousIndex in interface ListIterator<T>public void remove()
remove in interface Iterator<T>remove in interface ListIterator<T>public void set(T o)
set in interface ListIterator<T>public void add(T o)
add in interface ListIterator<T>| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||