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

tbrugz.util.LongFactory Maven / Gradle / Ivy

There is a newer version: 0.9.17
Show newest version
package tbrugz.util;

public class LongFactory extends GenericFactory {
	long initialValue = 0L;
	
	@Override
	public Long getInstance() {
		return initialValue;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy