Package com.flarerobotics.lib.container
Class IntegerContainer
java.lang.Object
com.flarerobotics.lib.container.IntegerContainer
A container for an integer value, used for passing by reference into a lambda expression.
Used to avoid errors.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
m_value
public int m_value
-
-
Constructor Details
-
IntegerContainer
public IntegerContainer(int value) Constructs a new IntegerContainer.- Parameters:
value
- The value to store.
-