类 BitmapAnalyser

java.lang.Object
org.bitlap.roaringbitmap.insights.BitmapAnalyser

public class BitmapAnalyser extends Object
  • 构造器详细资料

    • BitmapAnalyser

      public BitmapAnalyser()
  • 方法详细资料

    • analyse

      public static BitmapStatistics analyse(RoaringBitmap r)
      Analyze the internal representation of bitmap
      参数:
      r - the bitmap
      返回:
      the statistics
    • analyse

      public static BitmapStatistics analyse(Collection<? extends RoaringBitmap> bitmaps)
      Analyze the internal representation of bitmaps
      参数:
      bitmaps - the bitmaps
      返回:
      the statistics