jet
Class Int

jet.Number
jet.Comparable<Int>
  extended by jet.Int


public class Int
extends Number Comparable<Int>


Function Summary
Int and(other: Int)
Int compareTo(other: Byte)
Int compareTo(other: Char)
Int compareTo(other: Double)
Int compareTo(other: Float)
Int compareTo(other: Int)
Int compareTo(other: Long)
Int compareTo(other: Short)
Int dec()
Int div(other: Byte)
Int div(other: Char)
Double div(other: Double)
Float div(other: Float)
Int div(other: Int)
Long div(other: Long)
Int div(other: Short)
IntRange downto(other: Byte)
IntRange downto(other: Char)
DoubleRange downto(other: Double)
FloatRange downto(other: Float)
IntRange downto(other: Int)
LongRange downto(other: Long)
IntRange downto(other: Short)
Boolean equals(other: Any)
Int hashCode()
Int inc()
Int inv()
Int minus()
Int minus(other: Byte)
Int minus(other: Char)
Double minus(other: Double)
Float minus(other: Float)
Int minus(other: Int)
Long minus(other: Long)
Int minus(other: Short)
Int mod(other: Byte)
Int mod(other: Char)
Double mod(other: Double)
Float mod(other: Float)
Int mod(other: Int)
Long mod(other: Long)
Int mod(other: Short)
Int or(other: Int)
Int plus()
Int plus(other: Byte)
Int plus(other: Char)
Double plus(other: Double)
Float plus(other: Float)
Int plus(other: Int)
Long plus(other: Long)
Int plus(other: Short)
IntRange rangeTo(other: Byte)
IntRange rangeTo(other: Char)
DoubleRange rangeTo(other: Double)
FloatRange rangeTo(other: Float)
IntRange rangeTo(other: Int)
LongRange rangeTo(other: Long)
IntRange rangeTo(other: Short)
Int shl(bits: Int)
Int shr(bits: Int)
Int times(other: Byte)
Int times(other: Char)
Double times(other: Double)
Float times(other: Float)
Int times(other: Int)
Long times(other: Long)
Int times(other: Short)
Byte toByte()
Char toChar()
Double toDouble()
Float toFloat()
Int toInt()
Long toLong()
Short toShort()
IntRange upto(other: Byte)
IntRange upto(other: Char)
DoubleRange upto(other: Double)
FloatRange upto(other: Float)
IntRange upto(other: Int)
LongRange upto(other: Long)
IntRange upto(other: Short)
Int ushr(bits: Int)
Int xor(other: Int)
 

Function Detail

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.