-
-
Constructor Summary
Constructors
Constructor and Description |
MutableLong(long val) |
-
Method Summary
Methods
Modifier and Type |
Method and Description |
long |
get() |
long |
increment() |
long |
increment(long amt) |
void |
set(long val) |
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
increment
public long increment()
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.