Uses of Interface
org.netbeans.insane.model.Item

Packages that use Item
org.netbeans.insane.model   
 

Uses of Item in org.netbeans.insane.model
 

Methods in org.netbeans.insane.model that return Item
 Item HeapModel.getItem(int id)
           
 Item HeapModel.getObjectAt(java.lang.String staticRefName)
           
 

Methods in org.netbeans.insane.model with parameters of type Item
static void Support.findRoots(HeapModel model, Item itm, boolean weak)