Index

A M P R 
All Classes and Interfaces|All Packages

A

armstrongNumber(int, int) - Method in class RecursionHelper
This recursive method takes two int parameters.

M

main(String[]) - Static method in class RecursionMain
Main function for our program.
methodToCall(int, Scanner) - Static method in class RecursionMain
This method uses a switch case with the users choice of 1, 2, 3, or 0 depending on the choice one of the cases calls the corresponding method from the RecursionHelper object.

P

palindromeChecker(String) - Method in class RecursionHelper
This recursive method takes a String parameter and checks whether the provided String is a palindrome.
printChoices() - Static method in class RecursionMain
This method prints out the choices available when calling methods.

R

RecursionHelper - Class in Unnamed Package
This class is where our functionality and implmentations come from.
RecursionHelper() - Constructor for class RecursionHelper
 
RecursionMain - Class in Unnamed Package
Main class for program initialization.
RecursionMain() - Constructor for class RecursionMain
 
reverseString(String) - Method in class RecursionHelper
This recursive method takes one parameter, a String.
A M P R 
All Classes and Interfaces|All Packages