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

prompto.value.INumberValue Maven / Gradle / Ivy

The newest version!
package prompto.value;

public interface INumberValue extends IValue, Comparable
{
    long longValue();
    double doubleValue();
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy