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

Packages that use ArrayLong
org.eclipse.mat.collect Collections optimized for keys and values of ints and longs. 
org.eclipse.mat.hprof Parser for HPROF dumps, just a parser extension, not an Application Programming Interface (API). 
org.eclipse.mat.parser.index Implementations for handling indexes. 
org.eclipse.mat.parser.internal.oql.compiler Object Query Language (OQL) compiler (not API). 
org.eclipse.mat.parser.model The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot. 
 

Uses of ArrayLong in org.eclipse.mat.collect
 

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

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

Uses of ArrayLong in org.eclipse.mat.hprof
 

Fields in org.eclipse.mat.hprof declared as ArrayLong
 ArrayLong IHprofParserHandler.HeapObject.references
           
 

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

Methods in org.eclipse.mat.parser.index with parameters of type ArrayLong
 void IndexWriter.LongIndexStreamer.addAll(ArrayLong array)
           
 void IndexWriter.IntArray1NWriter.log(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references)
           
 void IndexWriter.IntArray1NWriter.log(IndexWriter.Identifier identifier, int index, ArrayLong references)
           
 IIndexReader.IOne2LongIndex IndexWriter.LongIndexStreamer.writeTo(File indexFile, ArrayLong array)
           
 

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

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

Uses of ArrayLong in org.eclipse.mat.parser.model
 

Methods in org.eclipse.mat.parser.model that return ArrayLong
 ArrayLong InstanceImpl.getReferences()
           
abstract  ArrayLong AbstractObjectImpl.getReferences()
          Gets the outbound references from this object, as addresses.
 ArrayLong PrimitiveArrayImpl.getReferences()
           
 ArrayLong ObjectArrayImpl.getReferences()
           
 ArrayLong ClassImpl.getReferences()