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