|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bbn.openmap.layer.vpf.MutableInt
public class MutableInt
Implement a wrapper class to allow mutable ints.
| Field Summary | |
|---|---|
int |
value
our value |
| Constructor Summary | |
|---|---|
MutableInt()
Construct an object with the default value. |
|
MutableInt(int newval)
Construct a object with a value |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public int value
| Constructor Detail |
|---|
public MutableInt(int newval)
newval - our valuepublic MutableInt()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||