Class IndexWriter

java.lang.Object
org.eclipse.mat.parser.index.IndexWriter

public abstract class IndexWriter extends Object
Base implementations to write index files.
  • Field Details

    • PAGE_SIZE_INT

      public static final int PAGE_SIZE_INT
      Number of entries in a page of ints
      See Also:
    • PAGE_SIZE_LONG

      public static final int PAGE_SIZE_LONG
      Number of entries in a page of longs
      See Also:
  • Constructor Details

    • IndexWriter

      public IndexWriter()
  • Method Details

    • copyOf

      public static long[] copyOf(long[] original, int newLength)
    • mostSignificantBit

      public static int mostSignificantBit(int x)
    • mostSignificantBit

      public static int mostSignificantBit(long x)