Uses of Interface
org.apache.iotdb.commons.schema.tree.ITreeNode
-
Packages that use ITreeNode Package Description org.apache.iotdb.commons.schema.tree -
-
Uses of ITreeNode in org.apache.iotdb.commons.schema.tree
Classes in org.apache.iotdb.commons.schema.tree with type parameters of type ITreeNode Modifier and Type Class Description classAbstractTreeVisitor<N extends ITreeNode,R>This class defines a dfs-based algorithm of tree-traversing with path pattern match, and support iterating each element of the result.Fields in org.apache.iotdb.commons.schema.tree declared as ITreeNode Modifier and Type Field Description protected NAbstractTreeVisitor. root
-