java.lang.Object
de.serra.so_dirty.sn.ArraySnapshotNode
- Alle implementierten Schnittstellen:
SnapshotNode
Snapshot of an array and its members.
- Autor:
- Peter Lamby
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungArraySnapshotNode(Object value, @Nullable SnapshotNode[] members) Constucts -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungdiff(@Nullable SnapshotNode other, String path) Compare this node to theotherone.value()The value that was used to create the snapshot.
-
Konstruktordetails
-
ArraySnapshotNode
Constucts- Parameter:
value- The instance of the array.members- an array of nodes for every member of the array. The array must containnullif the member at that index itself is null.
-
-
Methodendetails
-
value
Beschreibung aus Schnittstelle kopiert:SnapshotNodeThe value that was used to create the snapshot.Please not that the interior of the object may have been modified since the snapshot was taken.
- Angegeben von:
valuein SchnittstelleSnapshotNode- Gibt zurück:
- The value that was used to create the snapshot.
-
diff
Beschreibung aus Schnittstelle kopiert:SnapshotNodeCompare this node to theotherone.pathis used to provide context to the returnedDifferenceNode.- Angegeben von:
diffin SchnittstelleSnapshotNode- Parameter:
other- The other node.path- The relative path ofthisandother.- Gibt zurück:
- a
DifferenceNodedescribing the differences. Nevernull.
-