Package org.eclipse.mat.parser.index
Class IndexWriter.IntIndexCollectorUncompressed
java.lang.Object
org.eclipse.mat.parser.index.IndexWriter.IntIndexCollectorUncompressed
- Direct Known Subclasses:
IndexWriter.SizeIndexCollectorUncompressed
- Enclosing class:
- IndexWriter
Collect a mapping of int to int.
-
Constructor Summary
ConstructorDescriptionIntIndexCollectorUncompressed
(int size) Create an IntIndexCollectorUncompressed of the given size. -
Method Summary
-
Constructor Details
-
IntIndexCollectorUncompressed
public IntIndexCollectorUncompressed(int size) Create an IntIndexCollectorUncompressed of the given size.- Parameters:
size
- the requiredsize
-
-
Method Details
-
set
public void set(int index, int value) Set a particular entry.- Parameters:
index
- the index into the arrayvalue
- the value
-
get
public int get(int index) Retrieve an entry.- Parameters:
index
- the index- Returns:
- the value
-
writeTo
Store the collector to a file.- Parameters:
indexFile
- the file- Returns:
- an index which holds the same values as the collector
- Throws:
IOException
- if a problem occurred with the write
-