|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectecologylab.generic.Debug
ecologylab.collections.DLL
public class DLL
Doubly linked list of GUI components. Maintains family tree.
| Constructor Summary | |
|---|---|
DLL(java.lang.Object objectArg)
|
|
| Method Summary | |
|---|---|
void |
addAfter(DLL sibs)
Add sibs after ourself. |
void |
addAtBeginning(DLL sibs)
Prepend sibs to the start of this. |
void |
addToEnd(DLL sibs)
Add sibs to the end of this. |
void |
clear()
Remove the relations of this node, while it is being manipulated in the midst of mergeSort(). |
void |
clearRelations()
Remove the relations of this node, while it is being rebuilt, and its associations are meaningless. |
void |
clearStronger()
Remove the relations of this node, while it is being deleted. |
java.lang.Object |
getNext()
|
java.lang.Object |
getPrev()
|
java.lang.Object |
getThis()
|
DLL |
mergeSortDescending(MergeD mergeD,
DLL zSibs)
|
DLL |
next()
|
DLL |
prev()
|
void |
remove()
Remove I and I from the dll of sibs. |
void |
setNext(DLL next)
Not usually for public consumption. |
void |
setPrev(DLL prev)
|
| Methods inherited from class ecologylab.generic.Debug |
|---|
classSimpleName, closeLoggingFile, debug, debug, debug, debug, debugA, debugA, debugA, debugI, debugI, debugI, error, error, getClassName, getClassName, getInteractive, getPackageName, getPackageName, getPackageName, initialize, level, level, level, logToFile, print, print, println, println, println, println, println, println, printlnA, printlnA, printlnA, printlnI, printlnI, printlnI, printlnI, setLoggingFile, show, show, superString, toggleInteractive, toString, toString, warning, warning, weird, weird |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DLL(java.lang.Object objectArg)
| Method Detail |
|---|
public void addAfter(DLL sibs)
public void addToEnd(DLL sibs)
sibs - DLL for object added to the end of this.public void addAtBeginning(DLL sibs)
sibs - DLL for object added before this.public void remove()
public void clear()
public void clearStronger()
public void clearRelations()
public void setNext(DLL next)
public void setPrev(DLL prev)
public java.lang.Object getThis()
public java.lang.Object getNext()
public java.lang.Object getPrev()
public DLL prev()
public DLL next()
public DLL mergeSortDescending(MergeD mergeD,
DLL zSibs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||