Interface MLongAccumulator

    • Method Detail

      • add

        void add​(long value)
        Adds the primitive long value.
        Parameters:
        value - the value to add
      • add

        default void add​(Long aLong)
        Description copied from interface: MAccumulator
        Adds an item to the accumulator
        Specified by:
        add in interface MAccumulator<Long,​Long>
        Parameters:
        aLong - the item to add