|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jeffpalm.tiny.Primitives
public class Primitives
Constructor Summary | |
---|---|
Primitives()
|
Method Summary | |
---|---|
static void |
exit()
|
static void |
exit(int code)
|
static void |
print(boolean b)
|
static void |
print(int i)
|
static void |
print(java.lang.String s)
|
static int |
read()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Primitives()
Method Detail |
---|
public static void print(int i)
public static void print(java.lang.String s)
public static void print(boolean b)
public static void exit(int code)
public static void exit()
public static int read()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |