Uses of Class
org.eclipse.mat.inspections.FindLeaksQuery.SuspectRecord

Packages that use FindLeaksQuery.SuspectRecord
org.eclipse.mat.inspections These are general queries. 
 

Uses of FindLeaksQuery.SuspectRecord in org.eclipse.mat.inspections
 

Subclasses of FindLeaksQuery.SuspectRecord in org.eclipse.mat.inspections
static class FindLeaksQuery.SuspectRecordGroupOfObjects
           
 

Methods in org.eclipse.mat.inspections that return FindLeaksQuery.SuspectRecord
 FindLeaksQuery.SuspectRecord[] FindLeaksQuery.SuspectsResultTable.getData()
           
 FindLeaksQuery.SuspectRecord FindLeaksQuery.SuspectsResultTable.getRow(int rowId)
           
 

Constructors in org.eclipse.mat.inspections with parameters of type FindLeaksQuery.SuspectRecord
FindLeaksQuery.SuspectsResultTable(FindLeaksQuery.SuspectRecord[] data, long totalHeap)