Interface TypedHistogram

    • Method Detail

      • getEstimatedSize

        long getEstimatedSize()
      • add

        void add​(int position,
                 Block block,
                 long count)
      • getType

        Type getType()
      • getExpectedSize

        int getExpectedSize()
      • isEmpty

        boolean isEmpty()
      • ensureCapacity

        default void ensureCapacity​(long size)