- getChoice(String, int) - Method in class Menu
-
Prompts the user to enter a menu choice and then reads the choice
entered by the user at the keyboard.
- getChoice() - Method in class Menu
-
Same as the two-parameter version, except it uses a default prompt
and a default maximum number of tries.
- getChoice(String) - Method in class Menu
-
Same as the two-parameter version, except it uses the input prompt
and the default maximum number of tries, which is 3.
- getChoice(int) - Method in class Menu
-
Same as the two-parameter version, except it uses the default prompt
and the maximum number of tries input.
- getHours() - Method in class Stopwatch
-
Returns the elapsed time in hours, as recorded at the
last call to stop().
- getMilliSeconds() - Method in class Stopwatch
-
Returns the elapsed time in milliseconds, as recorded at the
last call to stop().
- getMinutes() - Method in class Stopwatch
-
Returns the elapsed time in minutes, as recorded at the
last call to stop().
- getNameOfOther() - Method in class OperationCounter
-
Gets the name of the other operation.
- getNumberOfAssignments() - Method in class OperationCounter
-
Gets the number of assignments counted
- getNumberOfComparisons() - Method in class OperationCounter
-
Gets the number of comparisons counted
- getNumberOfExchanges() - Method in class OperationCounter
-
Gets the number of exchanges counted
- getNumberOfOther() - Method in class OperationCounter
-
Gets the number of other operations counted
- getSeconds() - Method in class Stopwatch
-
Returns the elapsed time in seconds, as recorded at the
last call to stop().
- getTicks() - Method in class Stopwatch
-
Returns the elapsed time in clock ticks, as recorded at the
last call to stop().