Uses of Class
org.eclipse.mat.collect.ArrayLong
Packages that use ArrayLong
Package
Description
Collections optimized for keys and values of ints and longs.
Parser for HPROF dumps,
just a parser extension, not an Application Programming Interface (API).
Implementations for handling indexes.
Object Query Language (OQL) compiler (not API).
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 ArrayLongModifier and TypeMethodDescriptionvoid
Append all of another ArrayLong to the end of this one.Constructors in org.eclipse.mat.collect with parameters of type ArrayLong -
Uses of ArrayLong in org.eclipse.mat.hprof
Fields in org.eclipse.mat.hprof declared as ArrayLong -
Uses of ArrayLong in org.eclipse.mat.parser.index
Methods in org.eclipse.mat.parser.index with parameters of type ArrayLongModifier and TypeMethodDescriptionvoid
void
IndexWriter.IntArray1NWriter.log
(IIndexReader.IOne2LongIndex identifier, int index, ArrayLong references) Used to record the addresses as IDs.void
IndexWriter.IntArray1NWriter.log
(IndexWriter.Identifier identifier, int index, ArrayLong references) Used to record the addresses as IDs.Output a whole ArrayLong -
Uses of ArrayLong in org.eclipse.mat.parser.internal.oql.compiler
Methods in org.eclipse.mat.parser.internal.oql.compiler that return ArrayLong -
Uses of ArrayLong in org.eclipse.mat.parser.model
Methods in org.eclipse.mat.parser.model that return ArrayLongModifier and TypeMethodDescriptionabstract ArrayLong
AbstractObjectImpl.getReferences()
Gets the outbound references from this object, as addresses.ClassImpl.getReferences()
InstanceImpl.getReferences()
ObjectArrayImpl.getReferences()
PrimitiveArrayImpl.getReferences()