SoftNet-Consult Java Utility Library

Uses of Interface
com.softnetConsult.utils.mutableWrappers.MutableWrapper

Packages that use MutableWrapper
com.softnetConsult.utils.mutableWrappers This package contains wrappers for primitive types that allow to emulate passing primitives my reference. 
 

Uses of MutableWrapper in com.softnetConsult.utils.mutableWrappers
 

Classes in com.softnetConsult.utils.mutableWrappers that implement MutableWrapper
 class MutableByte
          This class wraps a single public variable of type byte - it can be used to emulate passing byte values by reference.
 class MutableDouble
          This class wraps a single public variable of type double - it can be used to emulate passing double values by reference.
 class MutableFloat
          This class wraps a single public variable of type float - it can be used to emulate passing float values by reference.
 class MutableInt
          This class wraps a single public variable of type int - it can be used to emulate passing int values by reference.
 class MutableLong
          This class wraps a single public variable of type long - it can be used to emulate passing long values by reference.
 class MutableShort
          This class wraps a single public variable of type short - it can be used to emulate passing short values by reference.
 class MutableString
          This class wraps a single public variable of type String - it can be used to emulate passing string values by reference.
 


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