Class PrimitiveStructureInstance

    • Method Detail

      • getPrimitive

        public java.lang.Object getPrimitive()
      • toArray

        public java.lang.Object[] toArray()
        Description copied from interface: StructureInstance
        Converts this structure instance into an array
        Specified by:
        toArray in interface StructureInstance
        Returns:
        this structure as an array
      • loadFrom

        public void loadFrom​(java.lang.Object[] array)
        Description copied from interface: StructureInstance
        Loads this structure from array
        Specified by:
        loadFrom in interface StructureInstance
        Parameters:
        array - the array where this structure loads data