- class Cell(T) ¶#
-
Cell is the base of a bunch of implementation classes
for lists and the like.
The base version just holds an Object as its element value
Doug Lea
@version 0.93
For an introduction to this package see Overview .
- this(T v) [public] ¶#
-
Make a cell with element value v
- this() [public] ¶#
-
Make A cell with null element value
- T element() [public, final] ¶#
-
return the element value
- void element(T v) [public, final] ¶#
-
set the element value