java.lang.Object
org.monospark.remix.internal.Wrapper
org.monospark.remix.internal.WrappedIntImpl
org.monospark.remix.internal.MutableIntImpl
- All Implemented Interfaces:
Serializable,MutableInt,Wrapped<Integer>,WrappedInt
public final class MutableIntImpl extends WrappedIntImpl implements MutableInt
- See Also:
- Serialized Form
-
Field Summary
Fields inherited from class org.monospark.remix.internal.WrappedIntImpl
valueFields inherited from class org.monospark.remix.internal.Wrapper
recordParameter -
Method Summary
Methods inherited from class org.monospark.remix.internal.WrappedIntImpl
equals, get, getInt, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.monospark.remix.WrappedInt
getInt
-
Method Details
-
set
public void set(int value)- Specified by:
setin interfaceMutableInt
-
toString
- Overrides:
toStringin classWrappedIntImpl
-