Uses of Class
com.google.caliper.memory.ObjectVisitor.Traversal
-
Packages that use ObjectVisitor.Traversal Package Description com.google.caliper.memory -
-
Uses of ObjectVisitor.Traversal in com.google.caliper.memory
Methods in com.google.caliper.memory that return ObjectVisitor.Traversal Modifier and Type Method Description static ObjectVisitor.TraversalObjectVisitor.Traversal. valueOf(String name)Returns the enum constant of this type with the specified name.static ObjectVisitor.Traversal[]ObjectVisitor.Traversal. values()Returns an array containing the constants of this enum type, in the order they are declared.ObjectVisitor.TraversalObjectVisitor. visit(Chain chain)Visits an explored value (the whole chain from the root object leading to the value is provided), and decides whether to continue the exploration of that value.
-