Package org.apache.ignite.internal.util
Class GridMutableLong
- java.lang.Object
-
- org.apache.ignite.internal.util.GridMutableLong
-
public class GridMutableLong extends Object
A mutable long for use in collections.
-
-
Constructor Summary
Constructors Constructor Description GridMutableLong()Default constructor.GridMutableLong(long v)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longget()Gets the current value.longincrementAndGet()Increments by one the current value.voidset(long v)Sets the new value.StringtoString()
-