|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjpaul.Misc.IntMCell
public class IntMCell
IntMCell
is a mutable cell with integer content.
integers.
MCell
Field Summary | |
---|---|
int |
value
|
Constructor Summary | |
---|---|
IntMCell()
Creates an IntMCell with initial content
0 . |
|
IntMCell(int initValue)
Creates an IntMCell with initial content
initValue . |
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 IntMCell()
IntMCell
with initial content
0
.
public IntMCell(int initValue)
IntMCell
with initial content
initValue
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |