cell
Class Cell<T>

java.lang.Object
  extended by cell.Cell<T>

public class Cell<T>
extends java.lang.Object


Constructor Summary
Cell(T t1)
           
 
Method Summary
 void set(T t2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Cell

public Cell(T t1)
Method Detail

set

public void set(T t2)