Interface LongDoubleState

All Superinterfaces:
AccumulatorState

public interface LongDoubleState extends AccumulatorState
  • Method Details

    • getFirst

      long getFirst()
    • setFirst

      void setFirst(long first)
    • isFirstNull

      boolean isFirstNull()
    • setFirstNull

      void setFirstNull(boolean firstNull)
    • getSecond

      double getSecond()
    • setSecond

      void setSecond(double second)
    • isSecondNull

      boolean isSecondNull()
    • setSecondNull

      void setSecondNull(boolean secondNull)