class IntCell { int myInt; public IntCell(int number) { myInt = number; } }