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