Package org.ehcache.sizeof
Class SizeOf.SizeOfVisitor
java.lang.Object
org.ehcache.sizeof.SizeOf.SizeOfVisitor
- All Implemented Interfaces:
ObjectGraphWalker.Visitor
- Enclosing class:
SizeOf
Will return the sizeOf each instance
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SizeOfVisitor
private SizeOfVisitor()
-
-
Method Details
-
visit
The visit method executed on each node- Specified by:
visit
in interfaceObjectGraphWalker.Visitor
- Parameters:
object
- the reference at that node- Returns:
- a long for you to do things with...
-