Interface LongAndDoubleState

All Superinterfaces:
AccumulatorState

public interface LongAndDoubleState extends AccumulatorState
  • Method Details

    • getLong

      long getLong()
    • setLong

      void setLong(long value)
    • getDouble

      double getDouble()
    • setDouble

      void setDouble(double value)