A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages

R

readBytes(String, String) - Static method in class net.n1da.dev.euler.helper.IO
Tries to read one line of byte values split by the given separator
readDigits(String, int) - Static method in class net.n1da.dev.euler.helper.IO
Tries to read the given number of digits from the given file.
readLargeNumbers(String, int) - Static method in class net.n1da.dev.euler.helper.IO
Reads the wanted number of large numbers from the given file.
readSortedStrings(String) - Static method in class net.n1da.dev.euler.helper.IO
Reads all strings from the given file sorting them while reading directly.
readStrings(String) - Static method in class net.n1da.dev.euler.helper.IO
Reads all lines from the given file and creates an array with one entry per line.
readTriangle(String) - Static method in class net.n1da.dev.euler.helper.IO
Reads integer values from the given text file in a triangle form.
replaceDigit(int, int) - Method in class net.n1da.dev.euler.helper.LargeNumber
Replaces every occurrence of a wanted digit by another given digit.
reset() - Method in class net.n1da.dev.euler.helper.Sieve
Resets the sieve to its initial values.
resetStorages() - Method in class net.n1da.dev.euler.PE0008
Resets the local storages PE0008.counts and PE0008.products by setting all their values back to standard.
results - Static variable in class net.n1da.dev.euler.tests.problems.Results
the memory for the results of the problems.
Results - Class in net.n1da.dev.euler.tests.problems
This class stores the result of every solved problem to make a match while testing possible.
Results() - Constructor for class net.n1da.dev.euler.tests.problems.Results
 
reverse() - Method in class net.n1da.dev.euler.helper.LargeNumber
Creates a copy of this large number that has reverse ordered digits.
rotate(int) - Static method in class net.n1da.dev.euler.helper.Mathe
Lets the given number rotating by cutting the last digit and moving it to the very first position, e.g. 1234 rotates to 4123.
rotate(int, int) - Static method in class net.n1da.dev.euler.helper.Mathe
Lets the given number rotating by cutting the last digit and moving it to the very first position, e.g. 1234 rotates to 4123.
A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages