Package ch.nolix.core.document.node
Klasse NodeComparator
java.lang.Object
ch.nolix.core.document.node.NodeComparator
- Alle implementierten Schnittstellen:
INodeComparator
- Version:
- 2025-01-01
- Autor:
- Silvan Wyss
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
boolean
haveEqualChildNodesConstellationLikeNodes
(INode<?> node1, INode<?> node2) boolean
haveEqualHeaderConstellationLikeNode
(INode<?> node1, INode<?> node2)
-
Konstruktordetails
-
NodeComparator
public NodeComparator()
-
-
Methodendetails
-
areEqual
- Angegeben von:
areEqual
in SchnittstelleINodeComparator
- Parameter:
node1
-node2
-- Gibt zurück:
- true if the given node1 equals the given node2, false otherwise.
-
haveEqualChildNodesConstellationLikeNodes
- Angegeben von:
haveEqualChildNodesConstellationLikeNodes
in SchnittstelleINodeComparator
- Parameter:
node1
-node2
-- Gibt zurück:
- true if the given ndoe1 and node2 have an equal child
INode
s constellation, false otherwise.
-
haveEqualHeaderConstellationLikeNode
- Angegeben von:
haveEqualHeaderConstellationLikeNode
in SchnittstelleINodeComparator
- Parameter:
node1
-node2
-- Gibt zurück:
- true if the given ndoe1 and node2 have an equal header constellation, false otherwise.
-