Package io.jhdf.btree

Class BTreeV2<T extends BTreeRecord>


  • public class BTreeV2<T extends BTreeRecord>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      BTreeV2​(HdfFileChannel hdfFc, long address)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<T> getRecords()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • getRecords

        public java.util.List<T> getRecords()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object