Interface ILongIDFactory

All Superinterfaces:
IBaseIDFactory
All Known Implementing Classes:
AbstractPersistingLongIDFactory, FileLongIDFactory, MemoryLongIDFactory, MemoryStaticLongIDFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

Interface for an object creating unique long IDs.
Author:
Philip Helger
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Create a new unique long ID.
  • Method Details

    • getNewID

      long getNewID()
      Create a new unique long ID.
      Returns:
      The newly created ID.