Uses of Enum Class
org.variantsync.diffdetective.variation.diff.VariationDiff.AllPathsEndAtRoot.VisitStatus
Packages that use VariationDiff.AllPathsEndAtRoot.VisitStatus
-
Uses of VariationDiff.AllPathsEndAtRoot.VisitStatus in org.variantsync.diffdetective.variation.diff
Fields in org.variantsync.diffdetective.variation.diff with type parameters of type VariationDiff.AllPathsEndAtRoot.VisitStatusModifier and TypeFieldDescriptionprivate final Map<DiffNode<?>, VariationDiff.AllPathsEndAtRoot.VisitStatus> VariationDiff.AllPathsEndAtRoot.cacheMethods in org.variantsync.diffdetective.variation.diff that return VariationDiff.AllPathsEndAtRoot.VisitStatusModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.VariationDiff.AllPathsEndAtRoot.VisitStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.