Interface Freezable<T>

    • Method Detail

      • isFrozen

        boolean isFrozen()
        Determines whether the object has been frozen or not.
      • freeze

        T freeze()
        Freezes the object.
        Returns:
        the object itself.
      • cloneAsThawed

        T cloneAsThawed()
        Provides for the clone operation. Any clone is initially unfrozen.