Class ImmutableBitmapValues

java.lang.Object
org.apache.druid.segment.data.ImmutableBitmapValues
All Implemented Interfaces:
BitmapValues

public class ImmutableBitmapValues extends Object implements BitmapValues
  • Constructor Details

    • ImmutableBitmapValues

      public ImmutableBitmapValues(ImmutableBitmap immutableBitmap)
  • Method Details

    • size

      public int size()
      Specified by:
      size in interface BitmapValues
    • iterator

      public it.unimi.dsi.fastutil.ints.IntIterator iterator()
      Specified by:
      iterator in interface BitmapValues