Interface IdGenerator
- All Known Implementing Classes:
DefaultIdGenerator
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Contract for types that generate identifiers: sequential integers, UUIDs, etc.
- Author:
- Mark Allen
-
Method Summary
Modifier and TypeMethodDescriptionVends an identifier, not necessarily unique.
-
Method Details
-
generateId
-