org.eclipse.mat.internal.collectionextract
Class KnownCollectionInfo.Info

java.lang.Object
  extended by org.eclipse.mat.internal.collectionextract.KnownCollectionInfo.Info
Enclosing class:
KnownCollectionInfo

public static class KnownCollectionInfo.Info
extends Object


Field Summary
 String className
           
 ICollectionExtractor extractor
           
 int version
           
 
Constructor Summary
KnownCollectionInfo.Info(String className, ICollectionExtractor extractor)
           
KnownCollectionInfo.Info(String className, int version, ICollectionExtractor extractor)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

className

public final String className

version

public final int version

extractor

public final ICollectionExtractor extractor
Constructor Detail

KnownCollectionInfo.Info

public KnownCollectionInfo.Info(String className,
                                ICollectionExtractor extractor)

KnownCollectionInfo.Info

public KnownCollectionInfo.Info(String className,
                                int version,
                                ICollectionExtractor extractor)