Class MapSnapshotNode.MapMemberSnapshotNode

java.lang.Object
de.serra.so_dirty.sn.MapSnapshotNode.MapMemberSnapshotNode
Enclosing class:
MapSnapshotNode

public static class MapSnapshotNode.MapMemberSnapshotNode extends Object
Snapshot of a single entry of a map.
Author:
Peter Lamby
  • Field Details

    • keySnapshot

      public final @Nullable SnapshotNode keySnapshot
      The key snapshot. Should be null if the key itself is null.
    • valueSnapshot

      public final @Nullable SnapshotNode valueSnapshot
      The value snapshot. Should be null if the value itself is null
  • Constructor Details

    • MapMemberSnapshotNode

      public MapMemberSnapshotNode(@Nullable SnapshotNode keySnapshot, @Nullable SnapshotNode valueSnapshot)
      Constructs
      Parameters:
      keySnapshot - The key snapshot. Should be null if the key itself is null.
      valueSnapshot - The value snapshot. Should be null if the value itself is null.