Uses of Interface
de.serra.so_dirty.difference.DifferenceNode
Packages that use DifferenceNode
-
Uses of DifferenceNode in de.serra.so_dirty
Methods in de.serra.so_dirty that return DifferenceNodeModifier and TypeMethodDescriptionDiffthisagainstother.Diffthisagainstother. -
Uses of DifferenceNode in de.serra.so_dirty.difference
Classes in de.serra.so_dirty.difference that implement DifferenceNodeModifier and TypeClassDescriptionstatic classA Difference that is always empty.classMultiple differences.classADifferenceNodewith no child nodes.classDifferences of aMap.Methods in de.serra.so_dirty.difference that return DifferenceNodeModifier and TypeMethodDescriptiondefault DifferenceNodeGets a differenceNode specified by an expression.default DifferenceNodeGets a direct child node in the object tree.@Nullable DifferenceNodeDifferenceNode.EmptyDifferenceNode.getChildNullable(String name) @Nullable DifferenceNodeDifferenceNode.getChildNullable(String name) Gets a direct child node in the object tree.@Nullable DifferenceNodeDifferenceNodes.getChildNullable(String name) @Nullable DifferenceNodeLeafDifferenceNode.getChildNullable(String name) @Nullable DifferenceNodeMapDifferenceNode.getChildNullable(String name) Methods in de.serra.so_dirty.difference that return types with arguments of type DifferenceNodeModifier and TypeMethodDescriptionDifferenceNode.EmptyDifferenceNode.iterator()DifferenceNodes.iterator()LeafDifferenceNode.iterator()MapDifferenceNode.iterator()Methods in de.serra.so_dirty.difference with parameters of type DifferenceNodeModifier and TypeMethodDescriptionvoidDifferenceNodes.add(DifferenceNode difference) Add a child difference.Constructor parameters in de.serra.so_dirty.difference with type arguments of type DifferenceNodeModifierConstructorDescriptionMapDifferenceNode(String name, @Nullable Set<DifferenceType> types, int removedKeys, int addedKeys, Map<@Nullable Object, DifferenceNode> differentValues) Constructs. -
Uses of DifferenceNode in de.serra.so_dirty.sn
Methods in de.serra.so_dirty.sn that return DifferenceNodeModifier and TypeMethodDescriptionArraySnapshotNode.diff(@Nullable SnapshotNode other, String path) ClassSnapshotNode.diff(@Nullable SnapshotNode other, String path) MapSnapshotNode.diff(@Nullable SnapshotNode other, String path) ReferenceSnapshotNode.diff(@Nullable SnapshotNode other, String path) SnapshotNode.diff(@Nullable SnapshotNode other, String path) Compare this node to theotherone.static DifferenceNodeSnapshotNode.doDiff(@Nullable SnapshotNode a, @Nullable SnapshotNode b, String path) Helper to compare twoSnapshotNodes that arenullsafe.