public class ListStoreIterator extends Object implements ListIterator
Modifier and Type | Method and Description |
---|---|
void |
add(Object o) |
protected org.datanucleus.metadata.AbstractMemberMetaData |
getOwnerMemberMetaData(Table containerTable) |
boolean |
hasNext() |
boolean |
hasPrevious() |
Object |
next() |
protected boolean |
next(Object resultSet) |
int |
nextIndex() |
Object |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(Object o) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEachRemaining
public void add(Object o)
add
in interface ListIterator
public boolean hasNext()
hasNext
in interface Iterator
hasNext
in interface ListIterator
public boolean hasPrevious()
hasPrevious
in interface ListIterator
public Object next()
next
in interface Iterator
next
in interface ListIterator
public int nextIndex()
nextIndex
in interface ListIterator
public Object previous()
previous
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
protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerMemberMetaData(Table containerTable)
protected boolean next(Object resultSet) throws MappedDatastoreException
MappedDatastoreException
Copyright © 2023. All rights reserved.