|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbyucc.jhdl.base.list.VectorList
byucc.jhdl.base.CellList
This holds a list of cells. At the present, simultaneous traversal is not possible; this should be improved when JHDL moves to Java 2.
Constructor Summary | |
CellList()
|
Method Summary | |
Cell |
getCell()
Returns the cell at the current position. |
Cell |
getSingleCell()
Returns the first element in the list, or null if none |
void |
insert(Cell c)
Controls what can be put in the list |
Methods inherited from class byucc.jhdl.base.list.VectorList |
append, appendList, atEnd, delete, deleteAll, deleteCurrent, elementCount, empty, filter, getElt, init, inList, insert, insertAfterCurrent, insertBeforeCurrent, insertList, intersect, iterator, merge, next, prev, size, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CellList()
Method Detail |
public void insert(Cell c)
c
- the cell to insertpublic Cell getCell()
public Cell getSingleCell()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |