|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.mat.parser.index.IndexWriter
public abstract class IndexWriter
Nested Class Summary | |
---|---|
static class |
IndexWriter.Identifier
|
static class |
IndexWriter.InboundWriter
|
static class |
IndexWriter.IntArray1NSortedWriter
|
static class |
IndexWriter.IntArray1NUncompressedCollector
|
static class |
IndexWriter.IntArray1NWriter
|
static class |
IndexWriter.IntIndexCollector
|
static class |
IndexWriter.IntIndexCollectorUncompressed
|
static class |
IndexWriter.IntIndexStreamer
|
static interface |
IndexWriter.KeyWriter
|
static class |
IndexWriter.LongArray1NWriter
|
static class |
IndexWriter.LongIndexCollector
|
static class |
IndexWriter.LongIndexCollectorUncompressed
|
static class |
IndexWriter.LongIndexStreamer
|
static class |
IndexWriter.SizeIndexCollectorUncompressed
Store sizes of objects by compressing the size to a 32-bit int. |
Field Summary | |
---|---|
static int |
PAGE_SIZE_INT
|
static int |
PAGE_SIZE_LONG
|
Constructor Summary | |
---|---|
IndexWriter()
|
Method Summary | |
---|---|
static long[] |
copyOf(long[] original,
int newLength)
|
static int |
mostSignificantBit(int x)
|
static int |
mostSignificantBit(long x)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int PAGE_SIZE_INT
public static final int PAGE_SIZE_LONG
Constructor Detail |
---|
public IndexWriter()
Method Detail |
---|
public static long[] copyOf(long[] original, int newLength)
public static int mostSignificantBit(int x)
public static int mostSignificantBit(long x)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |