Interface ComparableNode
- All Superinterfaces:
Iterable<ComparableNode>
- All Known Implementing Classes:
AbstractComparableNode,ContentNode,RenderableNode
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionintdefault booleancontainsPath(List<Integer> offsets) getChild(int position) default booleanisLeaf()default booleanisRoot()default Stringintdefault ComparableNodevoidsetPositionOfChildInParent(int position) Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Field Details
-
IS_ROOT
static final int IS_ROOT- See Also:
-
-
Method Details
-
childCount
int childCount() -
positionInParent
int positionInParent() -
setPositionOfChildInParent
void setPositionOfChildInParent(int position) -
getChild
-
nodeRepresentation
-
isRoot
default boolean isRoot() -
isLeaf
default boolean isLeaf() -
query
-
containsPath
-