Package org.eclipse.mat.parser.index
Class IndexWriter
- java.lang.Object
-
- org.eclipse.mat.parser.index.IndexWriter
-
public abstract class IndexWriter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIndexWriter.Identifierstatic classIndexWriter.InboundWriterstatic classIndexWriter.IntArray1NSortedWriterstatic classIndexWriter.IntArray1NUncompressedCollectorstatic classIndexWriter.IntArray1NWriterstatic classIndexWriter.IntIndexCollectorstatic classIndexWriter.IntIndexCollectorUncompressedstatic classIndexWriter.IntIndexStreamerstatic interfaceIndexWriter.KeyWriterstatic classIndexWriter.LongArray1NWriterstatic classIndexWriter.LongIndexCollectorstatic classIndexWriter.LongIndexCollectorUncompressedstatic classIndexWriter.LongIndexStreamerstatic classIndexWriter.SizeIndexCollectorUncompressedStore sizes of objects by compressing the size to a 32-bit int.
-
Field Summary
Fields Modifier and Type Field Description static intPAGE_SIZE_INTstatic intPAGE_SIZE_LONG
-
Constructor Summary
Constructors Constructor Description IndexWriter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static long[]copyOf(long[] original, int newLength)static intmostSignificantBit(int x)static intmostSignificantBit(long x)
-
-
-
Field Detail
-
PAGE_SIZE_INT
public static final int PAGE_SIZE_INT
- See Also:
- Constant Field Values
-
PAGE_SIZE_LONG
public static final int PAGE_SIZE_LONG
- See Also:
- Constant Field Values
-
-