public class MutableInt extends Object
| Constructor and Description |
|---|
MutableInt() |
MutableInt(int value) |
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Get current sequence value
|
int |
incrementAndGet()
Increment sequence and get new value
|
void |
set(int value)
Set new sequence value
|
Copyright © 2025 SingleStore. All rights reserved.