Package | Description |
---|---|
student |
This package provides classes written for use in introductory
computer science courses.
|
student.web |
Modifier and Type | Method and Description |
---|---|
PrintWriterWithHistory |
TestCase.out()
Get an output stream suitable for use in test cases.
|
Modifier and Type | Field and Description |
---|---|
protected PrintWriterWithHistory |
WebBot.out
The current output channel.
|
Modifier and Type | Method and Description |
---|---|
PrintWriterWithHistory |
WebBot.getOutputChannel()
Get the output channel where this bot is sending its output.
|
PrintWriterWithHistory |
WebBot.out()
Get the output channel where this bot is sending its output.
|