scala/ScalaBook/chapter-02/scaladoc/Cell$content.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head><title>All classes and objects in Cell</title>
<meta http-equiv="content-type" content="text/html; charset=UTF8"></meta><meta content="scaladoc (version 2.7.3.final)" name="generator"></meta><link href="style.css" type="text/css" rel="stylesheet"></link><script type="text/javascript" src="script.js"></script>
</head>
<body onload="init()"><div class="page-title"><div>Scala 2<br></br>API Specification</div></div><p><div>This document is the API specification for Scala 2</div></p><table summary="" cellpadding="3" class="member">
<tr><td class="title" colspan="2">Class Summary</td></tr>
<tr>
<td class="modifiers" valign="top">
<code> class</code>
</td>
<td class="signature">
<em><a href="Cell/cell.html" target="_self">cell</a></em>
(<code>protected val </code><em>contents</em> : <a href="http://www.scala-lang.org/docu/files/api/scala/Int.html" target="_self">Int</a>)<code> extends </code><a href="http://www.scala-lang.org/docu/files/api/scala/AnyRef.html" target="_self">AnyRef</a>
<div>Class <code>cell</code> implements a simple
storage cell into which one can store numbers.
The class can be instantiated by either supplying
an initial value or by assuming its initial value
is equal to zero.</div>
</td>
</tr>
</table>
</body>
</html>