|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IObjectArray | |
---|---|
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. |
Uses of IObjectArray in org.eclipse.mat.inspections.collectionextract |
---|
Methods in org.eclipse.mat.inspections.collectionextract that return IObjectArray | |
---|---|
IObjectArray |
AbstractExtractedCollection.extractEntries()
Get the array with contents of the collection |
IObjectArray |
ICollectionExtractor.extractEntries(IObject collection)
Extracts the array containing the collection content |
Uses of IObjectArray in org.eclipse.mat.internal.collectionextract |
---|
Methods in org.eclipse.mat.internal.collectionextract that return IObjectArray | |
---|---|
IObjectArray |
FieldSizedCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
ConcurrentHashMapCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
FieldArrayCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
EmptyCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
SingletonCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
ArrayCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
ReplicatedValueCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
SingletonMapExtractor.extractEntries(IObject coll)
|
IObjectArray |
NoContentCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
HashSetCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
WrapperCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
TreeMapCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
HashMapCollectionExtractor.extractEntries(IObject coll)
|
IObjectArray |
HashMapCollectionExtractor.getBackingArray(IObject coll)
|
Methods in org.eclipse.mat.internal.collectionextract with parameters of type IObjectArray | |
---|---|
static int |
ExtractionUtils.getNumberOfNotNullArrayElements(IObjectArray arrayObject)
|
Uses of IObjectArray in org.eclipse.mat.parser.model |
---|
Classes in org.eclipse.mat.parser.model that implement IObjectArray | |
---|---|
class |
ObjectArrayImpl
Implementation of a Java object array. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |