Package org.roaringbitmap.insights
Class BitmapAnalyser
java.lang.Object
org.roaringbitmap.insights.BitmapAnalyser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BitmapStatisticsanalyse(Collection<? extends RoaringBitmap> bitmaps)Analyze the internal representation of bitmapsstatic BitmapStatisticsanalyse(RoaringBitmap r)Analyze the internal representation of bitmap
-
Constructor Details
-
BitmapAnalyser
public BitmapAnalyser()
-
-
Method Details
-
analyse
Analyze the internal representation of bitmap- Parameters:
r- the bitmap- Returns:
- the statistics
-
analyse
Analyze the internal representation of bitmaps- Parameters:
bitmaps- the bitmaps- Returns:
- the statistics
-