Searched refs:currentCombination (Results 1 – 1 of 1) sorted by relevance
2926 List<Pair<Pair<Integer, Boolean>, Size>> currentCombination = in isMandatoryCombinationAvailable() local2951 currentCombination.add(Pair.create(Pair.create(new Integer(combination[i]), in isMandatoryCombinationAvailable()2953 currentCombination.add(Pair.create(Pair.create(new Integer(combination[i]), in isMandatoryCombinationAvailable()2957 currentCombination.add(Pair.create(Pair.create(new Integer(combination[i]), in isMandatoryCombinationAvailable()2971 if ((streamInfoList.size() == currentCombination.size()) && in isMandatoryCombinationAvailable()2974 new ArrayList<Pair<Pair<Integer, Boolean>, Size>>(currentCombination); in isMandatoryCombinationAvailable()