Uses of Class
org.apache.druid.extendedset.intset.ConciseSet
Packages that use ConciseSet
-
Uses of ConciseSet in org.apache.druid.collections.bitmap
Methods in org.apache.druid.collections.bitmap that return ConciseSetConstructors in org.apache.druid.collections.bitmap with parameters of type ConciseSetModifierConstructorDescriptionWrappedConciseBitmap(ConciseSet conciseSet) Create a bitmap wrapping the given bitmap -
Uses of ConciseSet in org.apache.druid.extendedset.intset
Methods in org.apache.druid.extendedset.intset that return ConciseSetModifier and TypeMethodDescriptionConciseSet.clone()See theclone()ofObjectConciseSet.convert(int... a) ConciseSet.empty()ConciseSet.intersection(IntSet other) Methods in org.apache.druid.extendedset.intset with parameters of type ConciseSetModifier and TypeMethodDescriptionstatic ImmutableConciseSetImmutableConciseSet.newImmutableFromMutable(ConciseSet conciseSet)