Package org.apache.druid.segment.data
Interface BitmapValues
-
- All Known Implementing Classes:
ImmutableBitmapValues
public interface BitmapValuesDoesn't extendIntIterableto avoid accidental for-each iteration with boxing.
-
-
Field Summary
Fields Modifier and Type Field Description static BitmapValuesEMPTY
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description it.unimi.dsi.fastutil.ints.IntIteratoriterator()intsize()
-
-
-
Field Detail
-
EMPTY
static final BitmapValues EMPTY
-
-