Searched refs:countSet (Results 1 – 1 of 1) sorted by relevance
505 TreeSet<Integer> countSet = new TreeSet<Integer>(); in getChannelCounts() local509 countSet.add(isSink() ? in getChannelCounts()516 countSet.add(Integer.bitCount(index_mask)); in getChannelCounts()519 int[] counts = new int[countSet.size()]; in getChannelCounts()521 for (int count : countSet) { in getChannelCounts()