Package | Description |
---|---|
student |
This package provides classes written for use in introductory
computer science courses.
|
student.testingsupport |
Modifier and Type | Field and Description |
---|---|
GUIFilter.Operator |
GUITestCase.where
This field re-exports the
where operator from
GUIFilter so that it is available
in test methods without requiring a static import. |
Modifier and Type | Class and Description |
---|---|
class |
GUIFilter.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 GUIFilter.Operator |
GUIFilter.ClientImports.where
This object represents the "where" operator that is used to begin
a filter expression.
|