a whole bunch of stuff
[ephemerata.git] / Toady / lib / commons-lang-2.4 / apidocs / org / apache / commons / lang / mutable / package-summary.html
blobe2325ce9d975bc11cd1777e0979ae36c00d10245
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!--NewPage-->
3 <HTML>
4 <HEAD>
5 <!-- Generated by javadoc (build 1.4.2_16) on Sat Mar 15 20:43:47 PDT 2008 -->
6 <META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
7 <TITLE>
8 org.apache.commons.lang.mutable (Commons Lang 2.4 API)
9 </TITLE>
11 <META NAME="keywords" CONTENT="org.apache.commons.lang.mutable package">
13 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">
15 <SCRIPT type="text/javascript">
16 function windowTitle()
18 parent.document.title="org.apache.commons.lang.mutable (Commons Lang 2.4 API)";
20 </SCRIPT>
22 </HEAD>
24 <BODY BGCOLOR="white" onload="windowTitle();">
27 <!-- ========= START OF TOP NAVBAR ======= -->
28 <A NAME="navbar_top"><!-- --></A>
29 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
30 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
31 <TR>
32 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
33 <A NAME="navbar_top_firstrow"><!-- --></A>
34 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
35 <TR ALIGN="center" VALIGN="top">
36 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
37 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
38 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
39 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
40 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
41 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
42 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
43 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
44 </TR>
45 </TABLE>
46 </TD>
47 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
48 </EM>
49 </TD>
50 </TR>
52 <TR>
53 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
54 &nbsp;<A HREF="../../../../../org/apache/commons/lang/math/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
55 &nbsp;<A HREF="../../../../../org/apache/commons/lang/text/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
56 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
57 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
58 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
59 &nbsp;<SCRIPT type="text/javascript">
60 <!--
61 if(window==top) {
62 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
64 //-->
65 </SCRIPT>
66 <NOSCRIPT>
67 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
68 </NOSCRIPT>
70 </FONT></TD>
71 </TR>
72 </TABLE>
73 <A NAME="skip-navbar_top"></A>
74 <!-- ========= END OF TOP NAVBAR ========= -->
76 <HR>
77 <H2>
78 Package org.apache.commons.lang.mutable
79 </H2>
80 Provides typed mutable wrappers to primitive values and Object.
81 <P>
82 <B>See:</B>
83 <BR>
84 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>
85 <P>
87 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
88 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
89 <TD COLSPAN=2><FONT SIZE="+2">
90 <B>Interface Summary</B></FONT></TD>
91 </TR>
92 <TR BGCOLOR="white" CLASS="TableRowColor">
93 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/Mutable.html" title="interface in org.apache.commons.lang.mutable">Mutable</A></B></TD>
94 <TD>Provides mutable access to a value.</TD>
95 </TR>
96 </TABLE>
97 &nbsp;
99 <P>
101 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
102 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
103 <TD COLSPAN=2><FONT SIZE="+2">
104 <B>Class Summary</B></FONT></TD>
105 </TR>
106 <TR BGCOLOR="white" CLASS="TableRowColor">
107 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableBoolean.html" title="class in org.apache.commons.lang.mutable">MutableBoolean</A></B></TD>
108 <TD>A mutable <code>boolean</code> wrapper.</TD>
109 </TR>
110 <TR BGCOLOR="white" CLASS="TableRowColor">
111 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableByte.html" title="class in org.apache.commons.lang.mutable">MutableByte</A></B></TD>
112 <TD>A mutable <code>byte</code> wrapper.</TD>
113 </TR>
114 <TR BGCOLOR="white" CLASS="TableRowColor">
115 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableDouble.html" title="class in org.apache.commons.lang.mutable">MutableDouble</A></B></TD>
116 <TD>A mutable <code>double</code> wrapper.</TD>
117 </TR>
118 <TR BGCOLOR="white" CLASS="TableRowColor">
119 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableFloat.html" title="class in org.apache.commons.lang.mutable">MutableFloat</A></B></TD>
120 <TD>A mutable <code>float</code> wrapper.</TD>
121 </TR>
122 <TR BGCOLOR="white" CLASS="TableRowColor">
123 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableInt.html" title="class in org.apache.commons.lang.mutable">MutableInt</A></B></TD>
124 <TD>A mutable <code>int</code> wrapper.</TD>
125 </TR>
126 <TR BGCOLOR="white" CLASS="TableRowColor">
127 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableLong.html" title="class in org.apache.commons.lang.mutable">MutableLong</A></B></TD>
128 <TD>A mutable <code>long</code> wrapper.</TD>
129 </TR>
130 <TR BGCOLOR="white" CLASS="TableRowColor">
131 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableObject.html" title="class in org.apache.commons.lang.mutable">MutableObject</A></B></TD>
132 <TD>A mutable <code>Object</code> wrapper.</TD>
133 </TR>
134 <TR BGCOLOR="white" CLASS="TableRowColor">
135 <TD WIDTH="15%"><B><A HREF="../../../../../org/apache/commons/lang/mutable/MutableShort.html" title="class in org.apache.commons.lang.mutable">MutableShort</A></B></TD>
136 <TD>A mutable <code>short</code> wrapper.</TD>
137 </TR>
138 </TABLE>
139 &nbsp;
142 <A NAME="package_description"><!-- --></A><H2>
143 Package org.apache.commons.lang.mutable Description
144 </H2>
147 Provides typed mutable wrappers to primitive values and Object.
151 <DL>
152 <DT><B>Since:</B></DT>
153 <DD>2.1</DD>
154 </DL>
155 <HR>
158 <!-- ======= START OF BOTTOM NAVBAR ====== -->
159 <A NAME="navbar_bottom"><!-- --></A>
160 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
161 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
162 <TR>
163 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
164 <A NAME="navbar_bottom_firstrow"><!-- --></A>
165 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
166 <TR ALIGN="center" VALIGN="top">
167 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
168 <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>
169 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
170 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-use.html"><FONT CLASS="NavBarFont1"><B>Use</B></FONT></A>&nbsp;</TD>
171 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
172 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
173 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
174 <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
175 </TR>
176 </TABLE>
177 </TD>
178 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
179 </EM>
180 </TD>
181 </TR>
183 <TR>
184 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
185 &nbsp;<A HREF="../../../../../org/apache/commons/lang/math/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;
186 &nbsp;<A HREF="../../../../../org/apache/commons/lang/text/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>
187 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
188 <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A> &nbsp;
189 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
190 &nbsp;<SCRIPT type="text/javascript">
191 <!--
192 if(window==top) {
193 document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');
195 //-->
196 </SCRIPT>
197 <NOSCRIPT>
198 <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>
199 </NOSCRIPT>
201 </FONT></TD>
202 </TR>
203 </TABLE>
204 <A NAME="skip-navbar_bottom"></A>
205 <!-- ======== END OF BOTTOM NAVBAR ======= -->
207 <HR>
208 Copyright © 2001-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
209 </BODY>
210 </HTML>