|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--Opus5.LinkedList.Element
An element of a linked list.
| Method Summary | |
void |
extract()
Extracts this list element fromt the linked list. |
java.lang.Object |
getDatum()
Returns the object in this list element. |
LinkedList.Element |
getNext()
Returns the next list element in the list. |
void |
insertAfter(java.lang.Object item)
Inserts a list element that contains the specified object in the linked list |
void |
insertBefore(java.lang.Object item)
Inserts a list element that contains the specified object in the linked list |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.lang.Object getDatum()
public LinkedList.Element getNext()
public void insertAfter(java.lang.Object item)
item - The object to be inserted into the linked list.public void insertBefore(java.lang.Object item)
item - The object to be inserted into the linked list.public void extract()
InvalidOperationException - If this list element is not in the linked list.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||