java.lang.Object
org.bitlap.roaringbitmap.insights.BitmapAnalyser
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static BitmapStatisticsanalyse(Collection<? extends RoaringBitmap> bitmaps) Analyze the internal representation of bitmapsstatic BitmapStatisticsAnalyze the internal representation of bitmap
-
构造器详细资料
-
BitmapAnalyser
public BitmapAnalyser()
-
-
方法详细资料
-
analyse
Analyze the internal representation of bitmap- 参数:
r- the bitmap- 返回:
- the statistics
-
analyse
Analyze the internal representation of bitmaps- 参数:
bitmaps- the bitmaps- 返回:
- the statistics
-