Package | Description |
---|---|
org.eclipse.mat.collect |
Collections optimized for keys and values of ints and longs.
|
org.eclipse.mat.inspections |
These are general queries.
|
org.eclipse.mat.parser.index |
Implementations for handling indexes.
|
org.eclipse.mat.parser.internal.oql.compiler |
Object Query Language (OQL) compiler (not API).
|
Modifier and Type | Method and Description |
---|---|
void |
ArrayInt.addAll(ArrayInt template)
Append all of another ArrayInt to the end of this one.
|
Constructor and Description |
---|
ArrayInt(ArrayInt template)
Create a list based on an existing ArrayInt, of size of the template
|
Modifier and Type | Method and Description |
---|---|
static CompositeResult |
ReferenceQuery.execute(ArrayInt instanceSet,
SetInt referentSet,
ISnapshot snapshot,
String labelHistogramReferenced,
String labelHistogramRetained,
String labelHistogramStronglyRetainedReferents,
IProgressListener listener) |
static CompositeResult |
ReferenceQuery.execute(ArrayInt instanceSet,
SetInt referentSet,
ISnapshot snapshot,
String labelHistogramReferenced,
String labelHistogramRetained,
String labelHistogramStronglyRetainedReferents,
String referentField,
IProgressListener listener) |
Modifier and Type | Method and Description |
---|---|
void |
IndexWriter.IntArray1NWriter.log(int index,
ArrayInt references)
must not contain duplicates!
|
Modifier and Type | Method and Description |
---|---|
ArrayInt |
Query.FromClause.getObjectIds() |