public class Cell
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
java.lang.Object |
o |
| Constructor and Description |
|---|
Cell() |
Cell(java.lang.Object o)
Wrap object to Cell.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
get()
Get object from Cell.
|
void |
set(java.lang.Object o)
Wrap object to existing Cell.
|
java.lang.String |
toString() |