Interface ComparableNode
- All Superinterfaces:
Iterable<ComparableNode>
- All Known Implementing Classes:
AbstractComparableNode
,ContentNode
,RenderableNode
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionint
default boolean
containsPath
(List<Integer> offsets) getChild
(int position) default boolean
isLeaf()
default boolean
isRoot()
default String
int
default ComparableNode
void
setPositionOfChildInParent
(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
-