Package org.pkl.core.util
Class MutableLong
java.lang.Object
org.pkl.core.util.MutableLong
A mutable long in a box. If you need a thread-safe box, use
AtomicLong instead.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MutableLong
public MutableLong(long value)
-
-
Method Details
-
get
public long get() -
set
public void set(long value) -
getAndIncrement
public long getAndIncrement()
-