Class CollectionFillRatioQuery
java.lang.Object
org.eclipse.mat.inspections.collections.AbstractFillRatioQuery
org.eclipse.mat.inspections.collections.CollectionFillRatioQuery
- All Implemented Interfaces:
IQuery
-
Field Summary
Modifier and TypeFieldDescriptionint
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionexecute
(IProgressListener listener) The execute method is called after all arguments have been injected into the query instance.
-
Field Details
-
snapshot
-
objects
-
segments
public int segments -
collection
-
size_attribute
-
array_attribute
-
-
Constructor Details
-
CollectionFillRatioQuery
public CollectionFillRatioQuery()
-
-
Method Details
-
execute
Description copied from interface:IQuery
The execute method is called after all arguments have been injected into the query instance. Typical results areTextResult
,CompositeResult
,SectionSpec
etc.
-