Class IndexWriter


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

      • PAGE_SIZE_INT

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

        public static final int PAGE_SIZE_LONG
        Number of entries in a page of longs
        See Also:
        Constant Field Values
    • Constructor Detail

      • IndexWriter

        public IndexWriter()
    • Method Detail

      • copyOf

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

        public static int mostSignificantBit​(int x)
      • mostSignificantBit

        public static int mostSignificantBit​(long x)