java.lang.Object
de.serra.so_dirty.sn.MapSnapshotNode
- Alle implementierten Schnittstellen:
SnapshotNode
Snapshot of a map and its entries.
- Autor:
- Peter Lamby
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classSnapshot of a single entry of a map. -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungMapSnapshotNode(Object value, Collection<MapSnapshotNode.MapMemberSnapshotNode> entries) Constructs. -
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
-
MapSnapshotNode
Constructs.- Parameter:
value- The map instance.entries- The entries of the map.
-
-
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.
-