Package org.eclipse.mat.parser.index
Interface IndexWriter.KeyWriter
- Enclosing class:
- IndexWriter
public static interface IndexWriter.KeyWriter
Used to write out a key for an index.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
storeKey
(int index, Serializable key) Store the key in a file
-
Method Details
-
storeKey
Store the key in a file- Parameters:
index
- the indexkey
- the corresponding key to another index
-