Class LongCumulative.LongPoint

    • Constructor Summary

      Constructors 
      Constructor Description
      LongPoint()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void add​(long delta)
      Adds the given value to the current value.
      • Methods inherited from class java.lang.Object

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

      • LongPoint

        public LongPoint()
    • Method Detail

      • add

        public abstract void add​(long delta)
        Adds the given value to the current value. The values cannot be negative.
        Parameters:
        delta - the value to add
        Since:
        0.21