Lines Matching full:immutable
7 Immutable
10 <META NAME="keywords" CONTENT="javax.annotation.concurrent.Immutable class">
17 parent.document.title="Immutable";
57 …<A HREF="../../../index.html?javax/annotation/concurrent/Immutable.html" target="_top"><B>FRAMES</…
58 <A HREF="Immutable.html" target="_top"><B>NO FRAMES</B></A>
89 Annotation Type Immutable</H2>
95 </FONT>public @interface <B>Immutable</B></DL>
99 Immutable
101 The class to which this annotation is applied is immutable. This means that
104 to other immutable objects, and that methods do not publish references to any
106 Immutable objects may still have internal mutable state for purposes of
108 long as they are computed from immutable state and that callers cannot tell
111 Immutable objects are inherently thread-safe; they may be passed between
153 …<A HREF="../../../index.html?javax/annotation/concurrent/Immutable.html" target="_top"><B>FRAMES</…
154 <A HREF="Immutable.html" target="_top"><B>NO FRAMES</B></A>