Class HashEntriesQuery
java.lang.Object
org.eclipse.mat.inspections.collections.HashEntriesQuery
- All Implemented Interfaces:
IQuery
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescription -
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
-
collection
-
array_attribute
-
key_attribute
-
value_attribute
-
-
Constructor Details
-
HashEntriesQuery
public HashEntriesQuery()
-
-
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.
-