Class MutableInteger
java.lang.Object
com.illumon.iris.db.v2.utils.rsp.container.MutableInteger
- Direct Known Subclasses:
PositionHint
public class MutableInteger extends Object
-
Field Summary
Fields Modifier and Type Field Description int
value
-
Constructor Summary
Constructors Constructor Description MutableInteger()
MutableInteger(int v)
-
Method Summary
Modifier and Type Method Description static int
getIfNotNullAndNonNegative(MutableInteger mi, int defaultValue)
static void
setIfNotNull(MutableInteger mi, int v)
-
Field Details
-
value
public int value
-
-
Constructor Details
-
MutableInteger
public MutableInteger() -
MutableInteger
public MutableInteger(int v)
-
-
Method Details