Uses of Package
org.eclipse.mat.inspections.collectionextract
-
Packages that use org.eclipse.mat.inspections.collectionextract Package Description org.eclipse.mat.inspections.collectionextract Code for reading data from collections found in a snapshot.org.eclipse.mat.internal.collectionextract Code for reading data from collections found in a snapshot.org.eclipse.mat.snapshot.extension Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc. -
Classes in org.eclipse.mat.inspections.collectionextract used by org.eclipse.mat.inspections.collectionextract Class Description AbstractExtractedCollection An abstract class representing a collection extracted from the heap.ExtractedCollection An class representing a collection extracted from the heap.ExtractedMap An abstract class representing a map extracted from the heap.ICollectionExtractor CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.IMapExtractor MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type. -
Classes in org.eclipse.mat.inspections.collectionextract used by org.eclipse.mat.internal.collectionextract Class Description ICollectionExtractor CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.IMapExtractor MapExtractors are used to extract from the heap dump the contents of an object which represents a map of a certain type. -
Classes in org.eclipse.mat.inspections.collectionextract used by org.eclipse.mat.snapshot.extension Class Description ICollectionExtractor CollectionExtractors are used to extract from the heap dump the contents of an object which represents a collection of a certain type.