Class BitmapAnalyser


  • public class BitmapAnalyser
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BitmapAnalyser()  
    • Method Summary

      Modifier and Type Method Description
      static BitmapStatistics analyse​(java.util.Collection<? extends RoaringBitmap> bitmaps)
      Analyze the internal representation of bitmaps
      static BitmapStatistics analyse​(RoaringBitmap r)
      Analyze the internal representation of bitmap
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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​(java.util.Collection<? extends RoaringBitmap> bitmaps)
        Analyze the internal representation of bitmaps
        Parameters:
        bitmaps - the bitmaps
        Returns:
        the statistics