Interface StructureInstance

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void loadFrom​(java.lang.Object[] array)
      Loads this structure from array
      java.lang.Object[] toArray()
      Converts this structure instance into an array
    • Method Detail

      • toArray

        java.lang.Object[] toArray()
        Converts this structure instance into an array
        Returns:
        this structure as an array
      • loadFrom

        void loadFrom​(java.lang.Object[] array)
        Loads this structure from array
        Parameters:
        array - the array where this structure loads data