Interface Copyable<M extends Copyable<M>>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void copyFrom​(M pFrom)
      Copies an other memory object entirely into this one.
      void copyTo​(M pTo)
      Copies this memory object entirely into an other.
    • Method Detail

      • copyTo

        void copyTo​(M pTo)
        Copies this memory object entirely into an other.
        Parameters:
        pTo - object to copy to
      • copyFrom

        void copyFrom​(M pFrom)
        Copies an other memory object entirely into this one.
        Parameters:
        pFrom - object to copy from