java.lang.Object
io.jenetics.internal.util.IntRef
- All Implemented Interfaces:
Serializable
Int reference class, which allows the usage in an lambda expression.
- Since:
- 3.0
- Version:
- 3.0
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
value
The actual int value.
-
-
Constructor Details
-
IntRef
Create a newIntRef
object with the given initial value.- Parameters:
initialValue
- the initial int value of the reference.
-
IntRef
public IntRef()Create a newIntRef
object initialized with zero.
-
-
Method Details