-
- All Known Implementing Classes:
AtomicSequence,UnsynchronizedSequence
public interface SequenceGenerates unique long identifiers.- Author:
- AO Industries, Inc.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longgetNextSequenceValue()Gets the next value from the sequence.voidsetNextSequenceValue(long nextValue)
-