Searched refs:combs (Results 1 – 1 of 1) sorted by relevance
1219 List<MandatoryStreamCombination> combs = build.getAvailableMandatoryStreamCombinations(); in getMandatoryStreamCombinations() local1220 if ((combs != null) && (!combs.isEmpty())) { in getMandatoryStreamCombinations()1221 MandatoryStreamCombination[] combArray = new MandatoryStreamCombination[combs.size()]; in getMandatoryStreamCombinations()1222 combArray = combs.toArray(combArray); in getMandatoryStreamCombinations()