jpaul.Misc
Class IntMCell

java.lang.Object
  extended by jpaul.Misc.IntMCell

public class IntMCell
extends java.lang.Object

IntMCell is a mutable cell with integer content. integers.

Version:
$Id: IntMCell.java,v 1.1 2005/08/12 21:28:40 salcianu Exp $
Author:
Alexandru Salcianu - salcianu@alum.mit.edu
See Also:
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

value

public int value
Constructor Detail

IntMCell

public IntMCell()
Creates an IntMCell with initial content 0.


IntMCell

public IntMCell(int initValue)
Creates an IntMCell with initial content initValue.



Copyright 2005 Alexandru Salcianu - salcianu@alum.mit.edu