Searched refs:countSet (Results 1 – 1 of 1) sorted by relevance
501 TreeSet<Integer> countSet = new TreeSet<Integer>(); in getChannelCounts() local505 countSet.add(isSink() ? in getChannelCounts()512 countSet.add(Integer.bitCount(index_mask)); in getChannelCounts()515 int[] counts = new int[countSet.size()]; in getChannelCounts()517 for (int count : countSet) { in getChannelCounts()