Package | Description |
---|---|
student |
This package provides classes written for use in introductory
computer science courses.
|
student.testingsupport |
Modifier and Type | Field and Description |
---|---|
ObjectdrawFilter.Operator |
ObjectdrawTestCase.where
This field re-exports the
where operator from
ObjectdrawFilter so that it is available
in test methods without requiring a static import. |
Modifier and Type | Class and Description |
---|---|
class |
ObjectdrawFilter.BinaryOperator
A non-static subclass for binary operators that implicitly
captures the outer filter to which it belongs, using it as
the first/left argument to the operator.
|
Modifier and Type | Field and Description |
---|---|
static ObjectdrawFilter.Operator |
ObjectdrawFilter.ClientImports.where
This object represents the "where" operator that is used to begin
a filter expression.
|