Class LeafNode

java.lang.Object
org.roaringbitmap.art.Node
org.roaringbitmap.art.LeafNode

public class LeafNode extends Node
  • Field Details

    • LEAF_NODE_KEY_LENGTH_IN_BYTES

      public static final int LEAF_NODE_KEY_LENGTH_IN_BYTES
      See Also:
  • Constructor Details

    • LeafNode

      public LeafNode(byte[] key, long containerIdx)
      constructor
      Parameters:
      key - the 48 bit
      containerIdx - the corresponding container index
    • LeafNode

      public LeafNode(long key, long containerIdx)
      constructor
      Parameters:
      key - a long value,only the high 48 bit is valuable
      containerIdx - the corresponding container index
  • Method Details