[all packages] [package net.sf.pizzacompiler.lang] [class hierarchy] [index]

pure interface of class net.sf.pizzacompiler.lang.Cell<A>

The documentated page.
public class Cell<A>
  implements java.io.Serializable
{
    public case Cell(A value);
    public int hashCode();
    public boolean equals(Object other);
    public String toString();
    public A value;
}

[all packages] [package net.sf.pizzacompiler.lang] [class hierarchy] [index]
net.sf.pizzacompiler.lang.Cell.interface.html