Class H5BTree


  • public class H5BTree
    extends Object
    • Constructor Detail

      • H5BTree

        public H5BTree​(H5RootObject rootObject,
                       byte nodeType,
                       byte nodeLevel,
                       int entriesUsed,
                       long leftSiblingAddress,
                       long rightSiblingAddress,
                       List<Long> childAddresses)
      • H5BTree

        public H5BTree​(H5RootObject rootObject,
                       long address)