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

L

l2s(long) - Static method in class net.n1da.dev.euler.helper.IO
Transforms a given primitive long into a string.
LargeNumber - Class in net.n1da.dev.euler.helper
A class for large numbers without any limits using an array of digits as internal storage.
LargeNumber() - Constructor for class net.n1da.dev.euler.helper.LargeNumber
Creates a large number with value zero.
LargeNumber(int) - Constructor for class net.n1da.dev.euler.helper.LargeNumber
Creates a large number with the given value and no restrictions to the maximum number of digits.
LargeNumber(int, int) - Constructor for class net.n1da.dev.euler.helper.LargeNumber
Creates a large number with the given value that will never has more digits than the given maximum.
LargeNumber(Integer[]) - Constructor for class net.n1da.dev.euler.helper.LargeNumber
Creates a large number with the internal value of the given array.
LargeNumberProblems - Class in net.n1da.dev.euler.tests.problems.suites
A suite for all problem tests that handle large numbers.
LargeNumberProblems() - Constructor for class net.n1da.dev.euler.tests.problems.suites.LargeNumberProblems
 
LargeNumberTests - Class in net.n1da.dev.euler.tests
Some tests for the class of large numbers.
LargeNumberTests() - Constructor for class net.n1da.dev.euler.tests.LargeNumberTests
 
limit - Variable in class net.n1da.dev.euler.PE0050
The maximum for the wanted prime.
line - Variable in class net.n1da.dev.euler.PE0024
Stores the line of chars to permute.
lines - Variable in class net.n1da.dev.euler.PE0054
 
load(String, int) - Static method in class net.n1da.dev.euler.helper.Matrix
Loads the Matrix.data of a new square matrix from a file.
load(String, int, int) - Static method in class net.n1da.dev.euler.helper.Matrix
Loads the Matrix.data of a new square matrix from a file.
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