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 |
int |
value
Current value of this boxed value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
value
public int value
- Current value of this boxed value.
MutableInteger
public MutableInteger()
Copyright © 2012. All Rights Reserved.