Class IndexEntry

java.lang.Object
org.basex.index.IndexEntry

public final class IndexEntry extends Object
This class represents a single index entry.
Author:
BaseX Team 2005-21, BSD License, Dimitar Popov
  • Field Details

    • key

      public final byte[] key
      Entry key.
    • size

      public int size
      Number of index results.
    • offset

      public long offset
      File offset to the id list.
  • Constructor Details

    • IndexEntry

      public IndexEntry(byte[] key, int size, long offset)
      Constructor.
      Parameters:
      key - key
      size - number of index results
      offset - file offset to the id list