Interface SequenceGenerator
- All Known Implementing Classes:
IncrementalSequenceGenerator
public interface SequenceGenerator
A contract implemented by the classes used to provide distinct values
-
Method Summary
-
Method Details
-
getNext
int getNext()Gets the next available distinct value- Returns:
- the next available distinct value
-