Interface LongLongState

All Superinterfaces:
AccumulatorState

public interface LongLongState extends AccumulatorState
  • Method Details

    • getFirst

      long getFirst()
    • setFirst

      void setFirst(long first)
    • getSecond

      long getSecond()
    • setSecond

      void setSecond(long second)