Package | Description |
---|---|
org.eclipse.mat.inspections.collectionextract | |
org.eclipse.mat.internal.collectionextract | |
org.eclipse.mat.parser.model |
The implementation of key snapshot objects such as representing classes, arrays, and objects in the snapshot.
|
Modifier and Type | Method and Description |
---|---|
IObjectArray |
AbstractExtractedCollection.extractEntries()
Get the array with contents of the collection
|
IObjectArray |
ICollectionExtractor.extractEntries(IObject collection)
Extracts the array containing the collection content
|
Modifier and Type | Method and Description |
---|---|
IObjectArray |
WrapperCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
ValuesCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
TreeMapCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
SingletonMapExtractor.extractEntries(IObject coll) |
IObjectArray |
SingletonCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
SetFromCollectionExtractor.extractEntries(IObject collection) |
IObjectArray |
ReplicatedValueCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
PairCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
NoContentCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
KeySetCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
HashSetCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
HashMapCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
FieldSizedCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
FieldArrayCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
EmptyCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
ConcurrentSkipListCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
ConcurrentHashMapCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
ArrayCollectionExtractor.extractEntries(IObject coll) |
IObjectArray |
HashMapCollectionExtractor.getBackingArray(IObject coll) |
static IObjectArray |
ExtractionUtils.getOnlyArrayField(IObject obj)
Get the only array field from the object.
|
Modifier and Type | Method and Description |
---|---|
static int |
ExtractionUtils.getNumberOfNotNullArrayElements(IObjectArray arrayObject) |
Modifier and Type | Class and Description |
---|---|
class |
ObjectArrayImpl
Implementation of a Java object array.
|