com.hazelcast.util
Class MutableInteger

java.lang.Object
  extended by com.hazelcast.util.MutableInteger

public class MutableInteger
extends Object

Mutable integer which can be used for counting purposes.

This class is not thread-safe.


Field Summary
 int 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
Constructor Detail

MutableInteger

public MutableInteger()


Copyright © 2015 Hazelcast, Inc.. All Rights Reserved.