F
- the type of the frozen representation@NotThreadSafe public interface Thawed<F extends Frozen<? extends Thawed<F>>>
This interface is closely coupled with Frozen
. The principle is
simple: you can obtain a thawed object from a frozen one, and a thawed object
can generate a frozen one.
Implementations of this interface are mutable and offer no guarantee of thread safety.
F freeze()
Copyright © 2013. All Rights Reserved.