Uses of Enum
org.eclipse.mat.snapshot.extension.JdkVersion
Package
Description
Code for reading data from collections found in a snapshot.
Interfaces that extend the information extracted from heap dumps like threads, name resolvers etc.
-
Uses of JdkVersion in org.eclipse.mat.internal.collectionextract
Modifier and TypeMethodDescriptionstatic JdkVersion
ExtractionUtils.resolveVersion
(ISnapshot snapshot) -
Uses of JdkVersion in org.eclipse.mat.snapshot.extension
Modifier and TypeFieldDescriptionstatic EnumSet<JdkVersion>
JdkVersion.ALL
final EnumSet<JdkVersion>
CollectionExtractionInfo.version
Modifier and TypeMethodDescriptionstatic JdkVersion
Returns the enum constant of this type with the specified name.static JdkVersion[]
JdkVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic EnumSet<JdkVersion>
JdkVersion.except
(JdkVersion first, JdkVersion... rest) static EnumSet<JdkVersion>
JdkVersion.of
(JdkVersion first, JdkVersion... rest) Modifier and TypeMethodDescriptionstatic EnumSet<JdkVersion>
JdkVersion.except
(JdkVersion first, JdkVersion... rest) static EnumSet<JdkVersion>
JdkVersion.of
(JdkVersion first, JdkVersion... rest) ModifierConstructorDescriptionCollectionExtractionInfo
(String className, JdkVersion version, ICollectionExtractor extractor) ModifierConstructorDescriptionCollectionExtractionInfo
(String className, EnumSet<JdkVersion> version, ICollectionExtractor extractor)