Package org.apache.druid.segment.data
Class ImmutableBitmapValues
java.lang.Object
org.apache.druid.segment.data.ImmutableBitmapValues
- All Implemented Interfaces:
BitmapValues
-
Field Summary
Fields inherited from interface org.apache.druid.segment.data.BitmapValues
EMPTY -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ImmutableBitmapValues
-
-
Method Details
-
size
public int size()- Specified by:
sizein interfaceBitmapValues
-
iterator
public it.unimi.dsi.fastutil.ints.IntIterator iterator()- Specified by:
iteratorin interfaceBitmapValues
-