Uses of Class
org.eclipse.mat.collect.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
Modifier and TypeMethodDescriptionvoid
Append all of another ArrayLong to the end of this one. -
Uses of ArrayLong in org.eclipse.mat.hprof
-
Uses of ArrayLong in org.eclipse.mat.parser.index
Modifier 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
-
Uses of ArrayLong in org.eclipse.mat.parser.model
Modifier and TypeMethodDescriptionabstract ArrayLong
AbstractObjectImpl.getReferences()
Gets the outbound references from this object, as addresses.ClassImpl.getReferences()
InstanceImpl.getReferences()
ObjectArrayImpl.getReferences()
PrimitiveArrayImpl.getReferences()