E - Element type of the list storepublic class ListStoreIterator<E> extends Object implements ListIterator<E>
| Modifier and Type | Method and Description |
|---|---|
void |
add(E elem) |
protected org.datanucleus.metadata.AbstractMemberMetaData |
getOwnerMemberMetaData(Table containerTable) |
boolean |
hasNext() |
boolean |
hasPrevious() |
E |
next() |
protected boolean |
next(Object resultSet) |
int |
nextIndex() |
E |
previous() |
int |
previousIndex() |
void |
remove() |
void |
set(E elem) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic void add(E elem)
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 elem)
set in interface ListIterator<E>protected org.datanucleus.metadata.AbstractMemberMetaData getOwnerMemberMetaData(Table containerTable)
protected boolean next(Object resultSet) throws MappedDatastoreException
MappedDatastoreExceptionCopyright © 2017. All rights reserved.