- getCols() - Method in class ModularPascalsTriangle
-
Return the number of columns of computed modular Pascal's triangle data.
- getIndexAt(int) - Method in class PerfectShuffler
-
Return the current card index at the given index.
- getMod() - Method in class ModularPascalsTriangle
-
Return the modulus value used to compute the modular Pascal's triangle data.
- getRows() - Method in class ModularPascalsTriangle
-
Return the number of rows of computed modular Pascal's triangle data.
- getValue(int, int) - Method in class ModularPascalsTriangle
-
Get the modular Pascal's triangle data at the given row and column.