Searched refs:currentList (Results 1 – 1 of 1) sorted by relevance
87 List<Map<String, Boolean>> currentList = List.of(new HashMap<>()); in allCombinationsOf() local89 List<Map<String, Boolean>> next = new ArrayList<>(currentList.size() * 2); in allCombinationsOf()90 for (Map<String, Boolean> current : currentList) { in allCombinationsOf()99 currentList = next; in allCombinationsOf()102 for (Map<String, Boolean> valuesMap : currentList) { in allCombinationsOf()