Interface SequenceGenerator

All Known Implementing Classes:
IncrementalSequenceGenerator

public interface SequenceGenerator
A contract implemented by the classes used to provide distinct values
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Gets the next available distinct value
  • Method Details

    • getNext

      int getNext()
      Gets the next available distinct value
      Returns:
      the next available distinct value