Uses of Interface
org.apache.druid.extendedset.intset.IntSet
-
Packages that use IntSet Package Description org.apache.druid.extendedset.intset -
-
Uses of IntSet in org.apache.druid.extendedset.intset
Classes in org.apache.druid.extendedset.intset that implement IntSet Modifier and Type Class Description classAbstractIntSetThis class provides a skeletal implementation of theIntSetinterface to minimize the effort required to implement this interface.classConciseSetThis is CONCISE: COmpressed 'N' Composable Integer SEt.Methods in org.apache.druid.extendedset.intset that return IntSet Modifier and Type Method Description abstract IntSetAbstractIntSet. clone()See theclone()ofObjectIntSetIntSet. clone()See theclone()ofObjectMethods in org.apache.druid.extendedset.intset with parameters of type IntSet Modifier and Type Method Description booleanConciseSet. addAll(IntSet c)intAbstractIntSet. compareTo(IntSet o)intConciseSet. compareTo(IntSet o)ConciseSetConciseSet. intersection(IntSet other)
-