|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Opus5.OrderedListAsArray.MyCursor
A position in this ordered list.
| Fields inherited from interface Opus5.Cursor |
copyright |
| Method Summary | |
Comparable |
getDatum()
Returns the object in the ordered list at this position. |
void |
insertAfter(Comparable object)
Inserts the specified object in the ordered list |
void |
insertBefore(Comparable object)
Inserts the specified object in the ordered list |
void |
withdraw()
Withdraws the object in the ordered list at this position. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public Comparable getDatum()
getDatum in interface Cursorpublic void insertAfter(Comparable object)
insertAfter in interface CursorThe - object to insert.ContainerFullException - If this ordered list is full.public void insertBefore(Comparable object)
insertBefore in interface CursorThe - object to insert.ContainerFullException - If this ordered list is full.public void withdraw()
withdraw in interface CursorContainerEmptyException - If the ordered list is empty.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||