- paint(Graphics, int, int) - Method in class hsa.Bounceable
-
- paint(Graphics, int, int) - Method in class hsa.Moveable
-
- paint(Graphics) - Method in class hsa.Paintable
-
- Paintable - Class in hsa
-
- Paintable() - Constructor for class hsa.Paintable
-
- PaintBug - Class in hsa
-
- PaintBug(double, double, double, Color) - Constructor for class hsa.PaintBug
-
- PaintBug() - Constructor for class hsa.PaintBug
-
- PaintBug(int, int) - Constructor for class hsa.PaintBug
-
- PaintBug(double, double) - Constructor for class hsa.PaintBug
-
- PaintBug(Color) - Constructor for class hsa.PaintBug
-
- PaintBug(int, int, Color) - Constructor for class hsa.PaintBug
-
- PaintBug(double, double, Color) - Constructor for class hsa.PaintBug
-
- PhoneBook - Class in hsa
-
- PhoneBook() - Constructor for class hsa.PhoneBook
-
- print(String) - Method in class hsa.Console
-
Write a string to the Console.
- print(Graphics, PageFormat, int) - Method in class hsa.SavePrint
-
- print(byte) - Static method in class hsa.Stdout
-
Write the text representation of an 8-bit integer (a "byte") to
standard output.
- print(byte, int) - Static method in class hsa.Stdout
-
Write the text representation of an 8-bit integer (a "byte")
to standard output with a specified field size.
- print(char) - Static method in class hsa.Stdout
-
Write a character to standard output.
- print(char, int) - Static method in class hsa.Stdout
-
Write a character to standard output with a specified field size..
- print(double) - Static method in class hsa.Stdout
-
Write a double precision floating point number (a "double") to
standard output.
- print(double, int) - Static method in class hsa.Stdout
-
Write a double precision floating point number (a "double") to
standard output with a specified field size.
- print(double, int, int) - Static method in class hsa.Stdout
-
Write a double precision floating point number (a "double") to
standard output with a specified field size and a specified number
of decimal places.
- print(float) - Static method in class hsa.Stdout
-
Write a floating point number (a "float") to standard output.
- print(float, int) - Static method in class hsa.Stdout
-
Write a floating point number (a "float") to
standard output with a specified field size.
- print(float, int, int) - Static method in class hsa.Stdout
-
Write a floating point number (a "double") to standard output with
a specified field size and a specified number of decimal places.
- print(int) - Static method in class hsa.Stdout
-
Write the text representation of an 32-bit integer (an "int") to
standard output.
- print(int, int) - Static method in class hsa.Stdout
-
Write the text representation of an 32-bit integer (an "int")
to standard output with a specified field size.
- print(long) - Static method in class hsa.Stdout
-
Write the text representation of an 64-bit integer (a "long") to
standard output.
- print(long, int) - Static method in class hsa.Stdout
-
Write the text representation of an 64-bit integer (a "long")
to standard output with a specified field size.
- print(String) - Static method in class hsa.Stdout
-
Write a string to standard output.
- print(String, int) - Static method in class hsa.Stdout
-
Write a string to standard output with a specified field size..
- print(short) - Static method in class hsa.Stdout
-
Write the text representation of an 16-bit integer (a "short") to
standard output.
- print(short, int) - Static method in class hsa.Stdout
-
Write the text representation of an 16-bit integer (a "short")
to standard output with a specified field size.
- print(boolean) - Static method in class hsa.Stdout
-
Write the text representation of a boolean to standard output.
- print(boolean, int) - Static method in class hsa.Stdout
-
Write the text representation of a boolean to standard output with a
specified field size.
- print(byte) - Method in class hsa.TextOutputFile
-
Write the text representation of an 8-bit integer (a "byte") to
the file.
- print(byte, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 8-bit integer (a "byte")
to the file with a specified field size.
- print(char) - Method in class hsa.TextOutputFile
-
Write a character to the file.
- print(char, int) - Method in class hsa.TextOutputFile
-
Write a character to the file with a specified field size..
- print(double) - Method in class hsa.TextOutputFile
-
Write a double precision floating point number (a "double") to
the file.
- print(double, int) - Method in class hsa.TextOutputFile
-
Write a double precision floating point number (a "double") to
the file with a specified field size.
- print(double, int, int) - Method in class hsa.TextOutputFile
-
Write a double precision floating point number (a "double") to
the file with a specified field size and a specified number of
decimal places.
- print(float) - Method in class hsa.TextOutputFile
-
Write a floating point number (a "float") to the file.
- print(float, int) - Method in class hsa.TextOutputFile
-
Write a floating point number (a "float") to
the file with a specified field size.
- print(float, int, int) - Method in class hsa.TextOutputFile
-
Write a floating point number (a "double") to the file with a
specified field size and a specified number of decimal places.
- print(int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 32-bit integer (an "int") to
the file.
- print(int, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 32-bit integer (an "int")
to the file with a specified field size.
- print(long) - Method in class hsa.TextOutputFile
-
Write the text representation of an 64-bit integer (a "long") to
the file.
- print(long, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 64-bit integer (a "long")
to the file with a specified field size.
- print(String) - Method in class hsa.TextOutputFile
-
Write a string to the file.
- print(String, int) - Method in class hsa.TextOutputFile
-
Write a string to the file with a specified field size..
- print(short) - Method in class hsa.TextOutputFile
-
Write the text representation of an 16-bit integer (a "short") to
the file.
- print(short, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 16-bit integer (a "short")
to the file with a specified field size.
- print(boolean) - Method in class hsa.TextOutputFile
-
Write the text representation of a boolean to the file.
- print(boolean, int) - Method in class hsa.TextOutputFile
-
Write the text representation of a boolean to the file with a
specified field size.
- println() - Static method in class hsa.Stdout
-
Write a newline to standard output.
- println(byte) - Static method in class hsa.Stdout
-
Write the text representation of an 8-bit integer (a "byte") to
standard output followed by a newline.
- println(byte, int) - Static method in class hsa.Stdout
-
Write the text representation of an 8-bit integer (a "byte")
to standard output with a specified field size followed by a newline.
- println(char) - Static method in class hsa.Stdout
-
Write a character to standard output followed by a newline.
- println(char, int) - Static method in class hsa.Stdout
-
Write a character to standard output with a specified field size..
- println(double) - Static method in class hsa.Stdout
-
Write a double precision floating point number (a "double") to
standard output followed by a newline.
- println(double, int) - Static method in class hsa.Stdout
-
Write a double precision floating point number (a "double") to
standard output with a specified field size followed by a newline.
- println(double, int, int) - Static method in class hsa.Stdout
-
Write a double precision floating point number (a "double") to
standard output with a specified field size and a specified number
of decimal places followed by a newline.
- println(float) - Static method in class hsa.Stdout
-
Write a floating point number (a "float") to standard output
followed by a newline.
- println(float, int) - Static method in class hsa.Stdout
-
Write a floating point number (a "float") to standard output with a
specified field size followed by a newline.
- println(float, int, int) - Static method in class hsa.Stdout
-
Write a floating point number (a "double") to standard output with
a specified field size and a specified number of decimal places
followed by a newline.
- println(int) - Static method in class hsa.Stdout
-
Write the text representation of an 32-bit integer (an "int") to
standard output followed by a newline.
- println(int, int) - Static method in class hsa.Stdout
-
Write the text representation of an 32-bit integer (an "int")
to standard output with a specified field size followed by a
newline.
- println(long) - Static method in class hsa.Stdout
-
Write the text representation of an 64-bit integer (a "long") to
standard output followed by a newline.
- println(long, int) - Static method in class hsa.Stdout
-
Write the text representation of an 64-bit integer (a "long")
to standard output with a specified field size followed by a
newline.
- println(String) - Static method in class hsa.Stdout
-
Write a string to standard output followed by a newline.
- println(String, int) - Static method in class hsa.Stdout
-
Write a string to standard output with a specified field size
followed by a newline.
- println(short) - Static method in class hsa.Stdout
-
Write the text representation of an 16-bit integer (a "short") to
standard output followed by a newline.
- println(short, int) - Static method in class hsa.Stdout
-
Write the text representation of an 16-bit integer (a "short")
to standard output with a specified field size followed by a
newline.
- println(boolean) - Static method in class hsa.Stdout
-
Write the text representation of a boolean to standard output
followed by a newline.
- println(boolean, int) - Static method in class hsa.Stdout
-
Write the text representation of a boolean to standard output with
a specified field size followed by a newline.
- println() - Method in class hsa.TextOutputFile
-
Write a newline to the file.
- println(byte) - Method in class hsa.TextOutputFile
-
Write the text representation of an 8-bit integer (a "byte") to
the file followed by a newline.
- println(byte, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 8-bit integer (a "byte")
to the file with a specified field size followed by a newline.
- println(char) - Method in class hsa.TextOutputFile
-
Write a character to the file followed by a newline.
- println(char, int) - Method in class hsa.TextOutputFile
-
Write a character to the file with a specified field size..
- println(double) - Method in class hsa.TextOutputFile
-
Write a double precision floating point number (a "double") to
the file followed by a newline.
- println(double, int) - Method in class hsa.TextOutputFile
-
Write a double precision floating point number (a "double") to
the file with a specified field size followed by a newline.
- println(double, int, int) - Method in class hsa.TextOutputFile
-
Write a double precision floating point number (a "double") to
the file with a specified field size and a specified number of
decimal places followed by a newline.
- println(float) - Method in class hsa.TextOutputFile
-
Write a floating point number (a "float") to the file followed by
a newline.
- println(float, int) - Method in class hsa.TextOutputFile
-
Write a floating point number (a "float") to the file with a
specified field size followed by a newline.
- println(float, int, int) - Method in class hsa.TextOutputFile
-
Write a floating point number (a "double") to the file with a
specified field size and a specified number of decimal places
followed by a newline.
- println(int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 32-bit integer (an "int") to
the file followed by a newline.
- println(int, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 32-bit integer (an "int")
to the file with a specified field size followed by a newline.
- println(long) - Method in class hsa.TextOutputFile
-
Write the text representation of an 64-bit integer (a "long") to
the file followed by a newline.
- println(long, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 64-bit integer (a "long")
to the file with a specified field size followed by a newline.
- println(String) - Method in class hsa.TextOutputFile
-
Write a string to the file followed by a newline.
- println(String, int) - Method in class hsa.TextOutputFile
-
Write a string to the file with a specified field size followed by
a newline.
- println(short) - Method in class hsa.TextOutputFile
-
Write the text representation of an 16-bit integer (a "short") to
the file followed by a newline.
- println(short, int) - Method in class hsa.TextOutputFile
-
Write the text representation of an 16-bit integer (a "short")
to the file with a specified field size followed by a newline.
- println(boolean) - Method in class hsa.TextOutputFile
-
Write the text representation of a boolean to the file followed
by a newline.
- println(boolean, int) - Method in class hsa.TextOutputFile
-
Write the text representation of a boolean to the file with a
specified field size followed by a newline.
- pushACharacter(char) - Method in class hsa.TextInputFile
-
Place the character in the unread position.
- readACharacter() - Method in class hsa.TextInputFile
-
Read a single character from the file.
- readACharacterThrowsEOF() - Method in class hsa.TextInputFile
-
Read a single character from the file.
- readALineFromFile() - Method in class hsa.TextInputFile
-
Reads a line from the file.
- readAToken() - Method in class hsa.TextInputFile
-
Reads in input from the keyboard buffer until it hits a
whitespace, which indicates the end of a token.
- readBoolean() - Static method in class hsa.Stdin
-
Read a boolean from standard input.
- readBoolean() - Method in class hsa.TextInputFile
-
Read a boolean from the file.
- readByte() - Static method in class hsa.Stdin
-
Read an 8-bit integer (a "byte") from standard input.
- readByte() - Method in class hsa.TextInputFile
-
Read an 8-bit integer (a "byte") from the file.
- readChar() - Method in class hsa.Console
-
Reads a single character from the Console.
- readChar() - Static method in class hsa.Stdin
-
Read a single character from standard input.
- readChar() - Method in class hsa.TextInputFile
-
Read a single character from the file.
- readDouble() - Static method in class hsa.Stdin
-
Read a double precision floating point number (a "double") from
standard input.
- readDouble() - Method in class hsa.TextInputFile
-
Read a double precision floating point number (a "double") from
the file.
- readFloat() - Static method in class hsa.Stdin
-
Read a floating point number (a "float") from standard input.
- readFloat() - Method in class hsa.TextInputFile
-
Read a floating point number (a "float") from the file.
- readInt() - Static method in class hsa.Stdin
-
Read a 32-bit integer (an "int") from standard input.
- readInt() - Method in class hsa.TextInputFile
-
Read a 32-bit integer (an "int") from the file.
- readLine() - Static method in class hsa.Stdin
-
Read a full line of text from standard input.
- readLine() - Method in class hsa.TextInputFile
-
Read a full line of text from the file.
- readLong() - Static method in class hsa.Stdin
-
Read a 64-bit integer (a "long") from standard input.
- readLong() - Method in class hsa.TextInputFile
-
Read a 64-bit integer (a "long") from the file.
- readShort() - Static method in class hsa.Stdin
-
Read a 16-bit integer (a "short") from standard input.
- readShort() - Method in class hsa.TextInputFile
-
Read a 16-bit integer (a "short") from the file.
- readString() - Static method in class hsa.Stdin
-
Read a token from standard input.
- readString() - Method in class hsa.TextInputFile
-
Read a whitespace delimited token from the file.
- remove(String) - Method in class hsa.PhoneBook
-