org.apache.commons.lang.mutable

Java Source Code / Java Documentation
1. JDK Core
2. JDK Modules
3. JDK Modules com.sun
4. JDK Modules com.sun.java
5. JDK Modules Platform
6. JDK Modules sun
7. Open Source Build
8. Open Source Graphic Library
9. Open Source IDE Eclipse
10. Open Source J2EE
11. Open Source JDBC Driver
12. Open Source Library
13. Open Source Library Database
14. Open Source Net
15. Open Source Script
16. Science
17. Security
18. Sevlet Container
19. SUN GlassFish
20. Swing Library
21. Web Services apache cxf 2.0.1
22. Web Services AXIS2
23. XML
Microsoft Office Word 2007 Tutorial
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java Source Code / Java Documentation » Open Source Library » Apache common lang » org.apache.commons.lang.mutable 
org.apache.commons.lang.mutable
Provides typed mutable wrappers to primitive values and Object. @since 2.1
Java Source File NameTypeComment
Mutable.javaInterface Provides mutable access to a value.

Mutable is used as a generic interface to the implementations in this package.

A typical use case would be to enable a primitive or string to be passed to a method and allow that method to effectively change the value of the primitive/string.

MutableBoolean.javaClass A mutable boolean wrapper.
MutableBooleanTest.javaClass JUnit tests.
MutableByte.javaClass A mutable byte wrapper.
MutableByteTest.javaClass JUnit tests.
MutableDouble.javaClass A mutable double wrapper.
MutableDoubleTest.javaClass JUnit tests.
MutableFloat.javaClass A mutable float wrapper.
MutableFloatTest.javaClass JUnit tests.
MutableInt.javaClass A mutable int wrapper.
MutableIntTest.javaClass JUnit tests.
MutableLong.javaClass A mutable long wrapper.
MutableLongTest.javaClass JUnit tests.
MutableObject.javaClass A mutable Object wrapper.
MutableObjectTest.javaClass JUnit tests.
MutableShort.javaClass A mutable short wrapper.
MutableShortTest.javaClass JUnit tests.
MutableTestSuite.javaClass JUnit tests.
w___w_w_.__ja_va2__s_.___c__om__ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.