|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
T - the type of the thawed counterpart@Immutable public interface Frozen<T extends Thawed<? extends Frozen<T>>>
Interface for a frozen object
This interface is closely coupled with Thawed. The principle is
simple: you can obtain a thawed object from a frozen one, and a thawed object
can generate a frozen one.
By contract, implementations of this interface must be immutable.
| Method Summary | |
|---|---|
T |
thaw()
Return a thawed representation of this frozen object. |
| Method Detail |
|---|
T thaw()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||