Lines Matching full:wrapper
105 corresponding wrapper types.
132 A map from primitive types to their corresponding wrapper types.</TD>
148 A map from wrapper types to their corresponding primitive types.</TD>
156 All nine wrapper types (including Void).</TD>
175 primitive-wrapper types, such as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A>.</TD>
191 wrapper type; otherwise returns <code>type</code> itself.</TD>
206 Returns the corresponding wrapper type of <code>type</code> if it is a primitive
237 <DD>A map from primitive types to their corresponding wrapper types.
249 <DD>A map from wrapper types to their corresponding primitive types.
273 <DD>All nine wrapper types (including Void).
295 wrapper types, such as <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang"><CODE>Integer</CODE></A>.
308 <DD>Returns the corresponding wrapper type of <code>type</code> if it is a primitive
328 wrapper type; otherwise returns <code>type</code> itself. Idempotent.