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

de.invation.code.toval.misc.MinMaxShort Maven / Gradle / Ivy

package de.invation.code.toval.misc;

public class MinMaxShort {

	public short min;
	public short max;
	
	public MinMaxShort(short min, short max) {
		super();
		this.min = min;
		this.max = max;
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy