public class MutableInt extends Object
Constructor and Description |
---|
MutableInt(int val) |
Modifier and Type | Method and Description |
---|---|
int |
get() |
int |
increment() |
int |
increment(int amt) |
void |
set(int val) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.