Class BitmapStatistics


  • public class BitmapStatistics
    extends java.lang.Object
    • Method Detail

      • containerFraction

        public double containerFraction​(long containerTypeCount)
        Calculates what fraction of all containers is the `containerTypeCount`
        Parameters:
        containerTypeCount - denominator
        Returns:
        some fraction
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • containerCount

        public long containerCount()
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • getBitmapsCount

        public long getBitmapsCount()
      • getBitmapContainerCount

        public long getBitmapContainerCount()
      • getRunContainerCount

        public long getRunContainerCount()