Class LongSequence
java.lang.Object
org.eclipse.milo.opcua.stack.core.util.LongSequence
-
Constructor Summary
ConstructorsConstructorDescriptionLongSequence(long low, long high) LongSequence(long low, long high, long start) -
Method Summary
-
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.
-