Package org.eclipse.jgit.util
Class MutableInteger
- java.lang.Object
-
- org.eclipse.jgit.util.MutableInteger
-
public final class MutableInteger extends Object
A boxed integer that can be modified.
-
-
Field Summary
Fields Modifier and Type Field Description int
value
Current value of this boxed value.
-
Constructor Summary
Constructors Constructor Description MutableInteger()
-