|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ozoneDB.OzoneObject
org.ozoneDB.collections._BaseList_ListIteratorImpl
Constructor Summary | |
_BaseList_ListIteratorImpl(BaseList owner,
int index)
|
Method Summary | |
void |
add(java.lang.Object o)
Inserts the specified element into the list (optional operation). |
boolean |
hasNext()
|
boolean |
hasPrevious()
|
java.lang.Object |
next()
|
int |
nextIndex()
|
java.lang.Object |
previous()
Returns the previous element in the list. |
int |
previousIndex()
|
void |
remove()
|
void |
set(java.lang.Object o)
|
Methods inherited from class org.ozoneDB.OzoneObject |
container, database, deleteRecursive, equals, getHandle, getObjectID, handle, hashCode, onActivate, onCreate, onDelete, onPassivate, requireWriteLocking, self, setContainer, toString, toXML |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Constructor Detail |
public _BaseList_ListIteratorImpl(BaseList owner, int index)
Method Detail |
public boolean hasNext()
hasNext
in interface java.util.ListIterator
public boolean hasPrevious()
hasPrevious
in interface java.util.ListIterator
public java.lang.Object next()
next
in interface java.util.ListIterator
public java.lang.Object previous()
OzoneListIterator
previous
in interface OzoneListIterator
public int nextIndex()
nextIndex
in interface java.util.ListIterator
public int previousIndex()
previousIndex
in interface java.util.ListIterator
public void remove()
remove
in interface java.util.ListIterator
public void set(java.lang.Object o)
set
in interface java.util.ListIterator
public void add(java.lang.Object o)
OzoneListIterator
add
in interface OzoneListIterator
o
- the element to insert.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |