Index
All Classes and Interfaces|All Packages
C
- ConditionalsLab - Class in Unnamed Package
-
Conditionals lab.
- ConditionalsLab() - Constructor for class ConditionalsLab
L
- laneCheck(int) - Static method in class ConditionalsLab
-
Checks the speed of a car and returns the appropriate lane.
M
- main(String[]) - Static method in class ConditionalsLab
-
The following main method is the entry point to your program.
S
- streetLight1(String) - Static method in class ConditionalsLab
-
Checks which color a street light is and returns the appropriate car action.
- streetLight2A(String) - Static method in class ConditionalsLab
-
Checks which color a street light is, ignoring case, and returns the appropriate car instruction.
- streetLight2B(String) - Static method in class ConditionalsLab
-
Checks which color a street light is, ignoring case, and returns the appropriate car instruction.
- streetLight3(String) - Static method in class ConditionalsLab
-
Extra Practice Method This checks which color a street light is, ignoring case, and returns the appropriate car instruction.
T
- testLaneCheck() - Static method in class ConditionalsLab
-
Runs test for laneCheck().
- testStreetLight1() - Static method in class ConditionalsLab
-
Tests the three stop light colors and a fourth color.
- testStreetLight2AB() - Static method in class ConditionalsLab
-
Tests that run the various tests for both
streetLight2A(String)
andstreetLight2B(String)
.
All Classes and Interfaces|All Packages