@Deprecated
public class MutableInteger
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
value
Deprecated.
|
| Constructor and Description |
|---|
MutableInteger()
Deprecated.
|
MutableInteger(int val)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
int |
get()
Deprecated.
|
void |
set(int val)
Deprecated.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.