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