|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.garret.jsql.L2Elem
Element of double linked list
Constructor Summary | |
L2Elem()
Default constructor |
Method Summary | |
java.lang.Object |
getNext()
Get next element |
java.lang.Object |
getPrevious()
Get previous element |
boolean |
isEmpty()
Check if list is empty |
void |
link(L2Elem after)
Link element after specified element in the list |
void |
unlink()
Unlink element from the list |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public L2Elem()
Method Detail |
public final java.lang.Object getNext()
public final java.lang.Object getPrevious()
public final void unlink()
public final void link(L2Elem after)
after
- element after which this element should be linked into the listpublic final boolean isEmpty()
false
if there are no elements in the list except this one
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |