|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
See the overall description on OzoneCollection
.
Method Summary | |
void |
add(java.lang.Object o)
Inserts the specified element into the list (optional operation). |
java.lang.Object |
previous()
Returns the previous element in the list. |
Methods inherited from interface java.util.ListIterator |
hasNext, hasPrevious, next, nextIndex, previousIndex, remove, set |
Methods inherited from interface org.ozoneDB.collections.OzoneIterator |
next, remove |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Method Detail |
public java.lang.Object previous()
previous
in interface java.util.ListIterator
java.util.NoSuchElementException
- if the iteration has no previous
element.public void add(java.lang.Object o)
add
in interface java.util.ListIterator
o
- the element to insert.
java.lang.UnsupportedOperationException
- if the add method is
not supported by this list iterator.
java.lang.ClassCastException
- if the class of the specified element
prevents it from being added to this list.
java.lang.IllegalArgumentException
- if some aspect of this element
prevents it from being added to this list.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |