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

pure interface of class net.sf.pizzacompiler.lang.Character

The documentated page.
public final class Character
  extends Number
  implements java.io.Serializable
{
    public Character(char value);
    public int intValue();
    public long longValue();
    public float floatValue();
    public double doubleValue();
    public String toString();
    public int hashCode();
    public boolean equals(Object obj);
}

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