All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.l4.commons.id.LongIdGenerator Maven / Gradle / Ivy

The newest version!
package se.l4.commons.id;

/**
 * Generator for long based identifiers.
 *
 * @author Andreas Holstenson
 *
 */
public interface LongIdGenerator
{
	/**
	 * Get the next identifier.
	 *
	 * @return
	 */
	long next();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy