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

interfaces.IRandomNameGeneratorService Maven / Gradle / Ivy

The newest version!
package interfaces;

/**
 * Used to generate random and unique variable/function names
 */
public interface IRandomNameGeneratorService {

    /**
     * Produces the next unique random name
     *
     * @return  Unique random name
     */
    String next();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy