SoftNet-Consult Java Utility Library

com.softnetConsult.utils.mutableWrappers
Interface MutableWrapper

All Known Implementing Classes:
MutableByte, MutableDouble, MutableFloat, MutableInt, MutableLong, MutableShort, MutableString

public interface MutableWrapper

This is the superinterface for all mutable wrappers: mutable wrappers can be used to emulate calls by reference for primitive types. Each mutable wrapper class contains a public variable of the corresponding imutable type and a number of methods for converting the wrapped value to different primitive number types. These (self-explanatory) methods are specified in this interface.

This product includes software developed by the SoftNet-Consult Java Utility Library project and its contributors.
(http://java-tools.sourceforge.net)
Copyright (c) 2007-2008 SoftNet-Consult.
Copyright (c) 2007-2008 G. Paperin.
All rights reserved.

File: MutableWrapper.java
Library API version: "2.02"
Java compliance version: "1.5"

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following terms and conditions are met:

1. Redistributions of source code must retain the above acknowledgement of the SoftNet-Consult Java Utility Library project, the above copyright notice, this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above acknowledgement of the SoftNet-Consult Java Utility Library project, the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
3. All advertising materials mentioning features or use of this software or any derived software must display the following acknowledgement:
This product includes software developed by the SoftNet-Consult Java Utility Library project and its contributors.

THIS SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS, CONTRIBUTORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Version:
"2.02"
Author:
Greg Paperin (http://www.paperin.org)

Method Summary
 boolean booleanValue()
           
 byte byteValue()
           
 double doubleValue()
           
 float floatValue()
           
 int intValue()
           
 long longValue()
           
 short shortValue()
           
 java.lang.String stringValue()
           
 java.lang.String toString()
           
 

Method Detail

booleanValue

boolean booleanValue()

byteValue

byte byteValue()

shortValue

short shortValue()

intValue

int intValue()

longValue

long longValue()

floatValue

float floatValue()

doubleValue

double doubleValue()

stringValue

java.lang.String stringValue()

toString

java.lang.String toString()
Overrides:
toString in class java.lang.Object

SoftNet-Consult Java Utility Library is a member of SourceForge.net