Class WrapperSetFromMapExtractor

java.lang.Object
org.eclipse.mat.internal.collectionextract.WrapperCollectionExtractor
org.eclipse.mat.internal.collectionextract.WrapperSetFromMapExtractor
All Implemented Interfaces:
ICollectionExtractor, IMapExtractor

public class WrapperSetFromMapExtractor extends WrapperCollectionExtractor implements IMapExtractor
Creates an extractor to view a map as a set. Just treating it as a map does not work as extractEntryIds needs to return the keys, not the nodes of type Map.Entry.