org.eclipse.jgit.util
Class MutableInteger

java.lang.Object
  extended by 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.
 
Constructor Summary
MutableInteger()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value
Current value of this boxed value.

Constructor Detail

MutableInteger

public MutableInteger()


Copyright © 2012. All Rights Reserved.