Class H5_ih_info_t

java.lang.Object
hdf.hdf5lib.structs.H5_ih_info_t
All Implemented Interfaces:
java.io.Serializable

public class H5_ih_info_t
extends java.lang.Object
implements java.io.Serializable
See Also:
Serialized Form
  • Field Summary

    Fields
    Modifier and Type Field Description
    long heap_size  
    long index_size  
  • Method Summary

    Modifier and Type Method Description
    boolean equals​(java.lang.Object o)  

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • index_size

      public long index_size
    • heap_size

      public long heap_size
  • Method Details

    • equals

      public boolean equals​(java.lang.Object o)
      Overrides:
      equals in class java.lang.Object