java.lang.Object
org.eclipse.milo.opcua.stack.core.util.LongSequence

public class LongSequence extends Object
  • Constructor Details

    • LongSequence

      public LongSequence(long low, long high)
    • LongSequence

      public LongSequence(long low, long high, long start)
  • Method Details

    • getAndIncrement

      public long getAndIncrement()
      Returns:
      the current value in the sequence, followed by an increment.
    • get

      public long get()
      Returns:
      the current value in the sequence, without incrementing.