-
- Type Parameters:
T
- the generic type of the id
public interface IdGenerator<T>
The interfaceIdGenerator
provides a method for get the next and the current id object
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
getCurrentId()
Gets the current idT
getNextId()
Gets the next id
-