java.lang.Object
com.port80.graph.dot.impl.CellList
- public class CellList
- extends java.lang.Object
A simple ArrayList never deallocate on clear and have direct access to array.
Package access only.
|
Constructor Summary |
(package private) |
CellList()
|
(package private) |
CellList(int n)
|
|
Method Summary |
(package private) void |
add(Cell c)
|
(package private) void |
clear()
|
(package private) Cell |
get(int i)
|
(package private) int |
size()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cells
Cell[] cells
size
private int size
CellList
CellList()
CellList
CellList(int n)
size
int size()
get
Cell get(int i)
add
void add(Cell c)
clear
void clear()