java.lang.Object
org.monospark.remix.internal.Wrapper
org.monospark.remix.internal.WrappedIntImpl
- All Implemented Interfaces:
Serializable,Wrapped<Integer>,WrappedInt
- Direct Known Subclasses:
MutableIntImpl
public sealed class WrappedIntImpl extends Wrapper implements WrappedInt permits MutableIntImpl
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description protected intvalueFields inherited from class org.monospark.remix.internal.Wrapper
recordParameter -
Method Summary
-
Field Details
-
value
protected int value
-
-
Method Details