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

com.darwinsys.testdata.Generator Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
package com.darwinsys.testdata;

public interface Generator {
	public Object nextValue();
	public Object[] nextValues(int howMany);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy