Class BitmapAnalyser


  • public class BitmapAnalyser
    extends Object
    • Constructor Detail

      • BitmapAnalyser

        public BitmapAnalyser()
    • Method Detail

      • analyse

        public static BitmapStatistics analyse​(RoaringBitmap r)
        Analyze the internal representation of bitmap
        Parameters:
        r - the bitmap
        Returns:
        the statistics
      • analyse

        public static BitmapStatistics analyse​(Collection<? extends RoaringBitmap> bitmaps)
        Analyze the internal representation of bitmaps
        Parameters:
        bitmaps - the bitmaps
        Returns:
        the statistics