Class LongAccumulator


  • public class LongAccumulator
    extends java.lang.Object
    Since:
    6.5
    Author:
    Eugene Petrenko (eugene.petrenko@gmail.com) Date: 16.04.11 20:59
    • Constructor Summary

      Constructors 
      Constructor Description
      LongAccumulator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void add​(long val)  
      long get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LongAccumulator

        public LongAccumulator()
    • Method Detail

      • get

        public long get()
      • add

        public void add​(long val)