Package org.eclipse.mat.parser.index
Class IndexWriter.LongIndexCollector
java.lang.Object
org.eclipse.mat.parser.index.IndexWriter.LongIndexCollector
- Enclosing class:
- IndexWriter
A collector for a int to long mapping.
Compressed with a maximum range of bits.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
LongIndexCollector
public LongIndexCollector(int size, int mostSignificantBit) Create the collector.- Parameters:
size
- the number of elementsmostSignificantBit
- the MSB of the long values
-
-
Method Details
-
writeTo
- Throws:
IOException
-
set
public void set(int index, long value) -
get
public long get(int index) -
getNext
public long[] getNext(int index, int length) -
reverse
public int reverse(long value) -
unload
public void unload() -
size
public int size() -
iterator
-