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

rs.data.file.util.IKeyGenerator Maven / Gradle / Ivy

/**
 * 
 */
package rs.data.file.util;

import java.io.Serializable;

/**
 * A generatpor of new keys.
 * @author ralph
 *
 */
public interface IKeyGenerator {

	/**
	 * Returns a new ID.
	 * @return the new id.
	 */
	public K getNewId();
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy