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

tech.ytsaurus.ysontree.YTreeDoubleNode Maven / Gradle / Ivy

The newest version!
package tech.ytsaurus.ysontree;

public interface YTreeDoubleNode extends YTreeScalarNode {

    double getValue();

    double setValue(double value);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy