Interface MCounterAccumulator<T>

    • Method Detail

      • increment

        void increment​(T item,
                       double amount)
        Increments the given item by the given amount.
        Parameters:
        item - the item to increment
        amount - the amount to increment the item by
      • merge

        void merge​(Counter<? extends T> counter)
        Merges the given counter with this accumulator
        Parameters:
        counter - the counter to merge