Searched refs:dynamicRangeSet (Results 1 – 2 of 2) sorted by relevance
68 val dynamicRangeSet: MutableSet<DynamicRange> = mutableSetOf() in profileSetToDynamicRangeSet() constant70 dynamicRangeSet.add(profileToDynamicRange(profile)) in profileSetToDynamicRangeSet()72 return Collections.unmodifiableSet(dynamicRangeSet) in profileSetToDynamicRangeSet()
83 Set<DynamicRange> dynamicRangeSet = new HashSet<>(profileSet.size()); in profileSetToDynamicRangeSet() local85 dynamicRangeSet.add(profileToDynamicRange(profile)); in profileSetToDynamicRangeSet()87 return Collections.unmodifiableSet(dynamicRangeSet); in profileSetToDynamicRangeSet()