Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.port80.graph.dot.impl
Class CellList  view CellList download CellList.java

java.lang.Object
  extended bycom.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.


Field Summary
(package private)  Cell[] cells
           
private  int size
           
 
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
 

Field Detail

cells

Cell[] cells

size

private int size
Constructor Detail

CellList

CellList()

CellList

CellList(int n)
Method Detail

size

int size()

get

Cell get(int i)

add

void add(Cell c)

clear

void clear()