|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcore.Input
public class Input
Input Encapsulates Wormwood's input of raw data, such as strings. Programmers should use Input.nextLine() instead of the Scanner class directly.
Constructor Summary | |
---|---|
Input()
|
Method Summary | |
---|---|
static int |
nextInt()
Gets the next integer from the keyboard. |
static java.lang.String |
nextLine()
Gets the next line of input from the keyboard. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Input()
Method Detail |
---|
public static java.lang.String nextLine()
public static int nextInt()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |