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

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

package tech.ytsaurus.ysontree;

public interface YTreeCompositeNode extends YTreeNode, Iterable {

    default boolean isEmpty() {
        return size() == 0;
    }

    int size();

    void clear();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy