Uses of Class
org.eclipse.mat.collect.ArrayInt

Packages that use ArrayInt
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). 
 

Uses of ArrayInt in org.eclipse.mat.collect
 

Methods in org.eclipse.mat.collect with parameters of type ArrayInt
 void ArrayInt.addAll(ArrayInt template)
          append all of another
 

Constructors in org.eclipse.mat.collect with parameters of type ArrayInt
ArrayInt(ArrayInt template)
          Create a list based on an existing ArrayInt, of size of the template
 

Uses of ArrayInt in org.eclipse.mat.inspections
 

Methods in org.eclipse.mat.inspections with parameters of type ArrayInt
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)
           
 

Uses of ArrayInt in org.eclipse.mat.parser.index
 

Methods in org.eclipse.mat.parser.index with parameters of type ArrayInt
 void IndexWriter.IntArray1NWriter.log(int index, ArrayInt references)
          must not contain duplicates!
 

Uses of ArrayInt in org.eclipse.mat.parser.internal.oql.compiler
 

Methods in org.eclipse.mat.parser.internal.oql.compiler that return ArrayInt
 ArrayInt Query.FromClause.getObjectIds()