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

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

The newest version!
package tech.ytsaurus.ysontree;

public interface YTreeStringNode extends YTreeScalarNode {

    String getValue();

    String setValue(String value);

    byte[] getBytes();

    byte[] setBytes(byte[] bytes);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy