Package org.ehcache.sizeof
Interface ObjectGraphWalker.Visitor
-
- All Known Implementing Classes:
SizeOf.CachingSizeOfVisitor,SizeOf.SizeOfVisitor
- Enclosing class:
- ObjectGraphWalker
static interface ObjectGraphWalker.VisitorThe visitor to execute the function on each node of the graph This is only to be used for the sizing of an object graph in memory!
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description longvisit(java.lang.Object object)The visit method executed on each node
-