jet
Class Int
jet.Number
jet.Comparable<Int>
jet.Int
public class Int
- extends Number
Comparable<Int>
and
Int and(other: Int)
compareTo
Int compareTo(other: Byte)
compareTo
Int compareTo(other: Char)
compareTo
Int compareTo(other: Double)
compareTo
Int compareTo(other: Float)
compareTo
Int compareTo(other: Int)
compareTo
Int compareTo(other: Long)
compareTo
Int compareTo(other: Short)
dec
Int dec()
div
Int div(other: Byte)
div
Int div(other: Char)
div
Double div(other: Double)
div
Float div(other: Float)
div
Int div(other: Int)
div
Long div(other: Long)
div
Int div(other: Short)
downto
IntRange downto(other: Byte)
downto
IntRange downto(other: Char)
downto
DoubleRange downto(other: Double)
downto
FloatRange downto(other: Float)
downto
IntRange downto(other: Int)
downto
LongRange downto(other: Long)
downto
IntRange downto(other: Short)
equals
Boolean equals(other: Any)
hashCode
Int hashCode()
inc
Int inc()
inv
Int inv()
minus
Int minus()
minus
Int minus(other: Byte)
minus
Int minus(other: Char)
minus
Double minus(other: Double)
minus
Float minus(other: Float)
minus
Int minus(other: Int)
minus
Long minus(other: Long)
minus
Int minus(other: Short)
mod
Int mod(other: Byte)
mod
Int mod(other: Char)
mod
Double mod(other: Double)
mod
Float mod(other: Float)
mod
Int mod(other: Int)
mod
Long mod(other: Long)
mod
Int mod(other: Short)
or
Int or(other: Int)
plus
Int plus()
plus
Int plus(other: Byte)
plus
Int plus(other: Char)
plus
Double plus(other: Double)
plus
Float plus(other: Float)
plus
Int plus(other: Int)
plus
Long plus(other: Long)
plus
Int plus(other: Short)
rangeTo
IntRange rangeTo(other: Byte)
rangeTo
IntRange rangeTo(other: Char)
rangeTo
DoubleRange rangeTo(other: Double)
rangeTo
FloatRange rangeTo(other: Float)
rangeTo
IntRange rangeTo(other: Int)
rangeTo
LongRange rangeTo(other: Long)
rangeTo
IntRange rangeTo(other: Short)
shl
Int shl(bits: Int)
shr
Int shr(bits: Int)
times
Int times(other: Byte)
times
Int times(other: Char)
times
Double times(other: Double)
times
Float times(other: Float)
times
Int times(other: Int)
times
Long times(other: Long)
times
Int times(other: Short)
toByte
Byte toByte()
toChar
Char toChar()
toDouble
Double toDouble()
toFloat
Float toFloat()
toInt
Int toInt()
toLong
Long toLong()
toShort
Short toShort()
upto
IntRange upto(other: Byte)
upto
IntRange upto(other: Char)
upto
DoubleRange upto(other: Double)
upto
FloatRange upto(other: Float)
upto
IntRange upto(other: Int)
upto
LongRange upto(other: Long)
upto
IntRange upto(other: Short)
ushr
Int ushr(bits: Int)
xor
Int xor(other: Int)
Copyright © 2010-2012. All Rights Reserved.