Index
All Classes|All Packages
E
- edu.cnm.deepdive - package edu.cnm.deepdive
I
- isValid(String) - Static method in class edu.cnm.deepdive.Luhn
-
Performs a check-digit validation of the provided digit string, using the Luhn algorithm.
L
- Luhn - Class in edu.cnm.deepdive
-
This class defines a single static method,
isValid(String)
method, which implements the Luhn algorithm to check the validity of aString
of digits.
All Classes|All Packages