Index
All Classes and Interfaces|All Packages
A
- alphaCharCount(String) - Static method in class LP1
-
This produces a hash map containing as keys the letters a-z and values that show the number of times each character appears in the string, case insensitive.
- arraySum(int[]) - Static method in class LP1
-
Computes the sum of an integer array
B
- between(ArrayList<String>, char, char) - Static method in class LP1
-
This function returns a new array list with all elements from the array list
a
begin with all letters between characterslow
andhigh
, inclusive and case-insensitive.
I
- isAPowerOf2(BigInteger) - Static method in class LP1
-
This functon tests if the BigInteger passed it is a power of 2.
L
- LP1 - Class in Unnamed Package
- LP1() - Constructor for class LP1
M
- main(String[]) - Static method in class LP1
S
- sumOfDigits(int, int) - Static method in class LP1
V
- vowelExtractor(String) - Static method in class LP1
-
This function pulls all vowels, in from a string and returns them bundled in a string
All Classes and Interfaces|All Packages