Package org.netbeans.insane.scanner

Interface Summary
Filter A filter that controls inclusion of objects in the scan.
ObjectMap An entity that assigns the objects unique identifiers.
Visitor A visitor interface that is called by the engine during the heap scan.
 

Class Summary
CountingVisitor A visitor implementation that counts occurence and total size of found objects, classified by their class.
ScannerUtils  
SimpleXmlVisitor A visitor that stores the heap graph to a XML file in a simple format, which was used by the original Insane implementation.