|
|
Scala 2.3.3
|
final
class
RichInt
extends java.lang.Object
with scala.Proxy
with scala.Ordered[scala.Int]
with scala.ScalaObject
| Constructor Summary | |
def
this
(x: scala.Int)
|
|
| Def Summary | |
def
abs
: scala.Int
|
|
def
compare
(y: scala.Int)
: scala.Int
|
|
def
max
(y: scala.Int)
: scala.Int
|
|
def
min
(y: scala.Int)
: scala.Int
|
|
def
self
: scala.Any
|
|
def
to
(y: scala.Int)
: scala.Iterator[scala.Int]
|
|
def
until
(y: scala.Int)
: scala.Iterator[scala.Int]
|
|
| Def inherited from scala.Proxy | |
| equals , hashCode, self, toString |
| Def inherited from scala.Ordered[scala.Int] | |
| < , <=, >, >=, compare, compareTo |
| Constructor Detail |
| Def Detail |