public class MutableInt extends Object implements Comparable<MutableInt>
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Constructor and Description |
|---|
MutableInt() |
public void inc()
public int compareTo(MutableInt i)
compareTo in interface Comparable<MutableInt>Copyright © 2019. All rights reserved.