public class FormulaUtil extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FormulaUtil.FormulaMatchMemoMapKey |
| Constructor and Description |
|---|
FormulaUtil() |
| Modifier and Type | Method and Description |
|---|---|
static FormulaUtil.FormulaMatchMemoMapKey |
createFormulaMatchMemoMapKey(String s1,
String s2)
Factory method for the memo map
|
static List<int[]> |
getPermutations(int size,
java.util.function.BiPredicate<Integer,Integer> validateFn)
Generates all permutations of the given size which are valid according to the given callback function.
|
public static List<int[]> getPermutations(int size, java.util.function.BiPredicate<Integer,Integer> validateFn)
size - validateFn - public static FormulaUtil.FormulaMatchMemoMapKey createFormulaMatchMemoMapKey(String s1, String s2)
s1 - s2 - Copyright © 2015. All rights reserved.