Package adams.core

Interface ShallowCopySupporter<T>

    • Method Detail

      • shallowCopy

        T shallowCopy()
        Returns a shallow copy of itself.
        Returns:
        the shallow copy
      • shallowCopy

        T shallowCopy​(boolean expand)
        Returns a shallow copy of itself.
        Parameters:
        expand - whether to expand variables to their current values
        Returns:
        the shallow copy