Uses of Class
com.google.caliper.memory.Chain
-
Packages that use Chain Package Description com.google.caliper.memory -
-
Uses of Chain in com.google.caliper.memory
Methods in com.google.caliper.memory that return Chain Modifier and Type Method Description ChainChain. getParent()Returns the parent chain, from which this chain was created.Methods in com.google.caliper.memory with parameters of type Chain Modifier and Type Method Description 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.
-