package jet public fun arrayOfNulls(/*0*/ size : jet.Int) : jet.Array public fun synchronized(/*0*/ lock : jet.Any, /*1*/ block : () -> R) : R public fun jet.Any?.equals(/*0*/ other : jet.Any?) : jet.Boolean public fun jet.Any?.identityEquals(/*0*/ other : jet.Any?) : jet.Boolean public fun jet.Iterator.iterator() : jet.Iterator public fun jet.String?.plus(/*0*/ other : jet.Any?) : jet.String public fun jet.Any?.toString() : jet.String public trait Annotation { } public open class Any { public constructor Any() } public final class Array { public constructor Array(/*0*/ size : jet.Int, /*1*/ init : (jet.Int) -> T) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : T public final fun iterator() : jet.Iterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : T) : jet.Unit } public final class Boolean { public constructor Boolean() public final fun and(/*0*/ other : jet.Boolean) : jet.Boolean public final fun equals(/*0*/ other : jet.Any?) : jet.Boolean public final fun not() : jet.Boolean public final fun or(/*0*/ other : jet.Boolean) : jet.Boolean public final fun xor(/*0*/ other : jet.Boolean) : jet.Boolean } public final class BooleanArray { public constructor BooleanArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Boolean public final fun iterator() : jet.BooleanIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Boolean) : jet.Unit } public abstract class BooleanIterator : jet.Iterator { public constructor BooleanIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Boolean public abstract fun nextBoolean() : jet.Boolean } public final class Byte : jet.Number, jet.Comparable { public constructor Byte() public open override /*1*/ fun compareTo(/*0*/ other : jet.Byte) : jet.Int public final fun compareTo(/*0*/ other : jet.Char) : jet.Int public final fun compareTo(/*0*/ other : jet.Double) : jet.Int public final fun compareTo(/*0*/ other : jet.Float) : jet.Int public final fun compareTo(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Long) : jet.Int public final fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Byte public final fun div(/*0*/ other : jet.Byte) : jet.Int public final fun div(/*0*/ other : jet.Char) : jet.Int public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Float public final fun div(/*0*/ other : jet.Int) : jet.Int public final fun div(/*0*/ other : jet.Long) : jet.Long public final fun div(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Byte public final fun minus() : jet.Byte public final fun minus(/*0*/ other : jet.Byte) : jet.Int public final fun minus(/*0*/ other : jet.Char) : jet.Int public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Float public final fun minus(/*0*/ other : jet.Int) : jet.Int public final fun minus(/*0*/ other : jet.Long) : jet.Long public final fun minus(/*0*/ other : jet.Short) : jet.Int public final fun mod(/*0*/ other : jet.Byte) : jet.Int public final fun mod(/*0*/ other : jet.Char) : jet.Int public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Float public final fun mod(/*0*/ other : jet.Int) : jet.Int public final fun mod(/*0*/ other : jet.Long) : jet.Long public final fun mod(/*0*/ other : jet.Short) : jet.Int public final fun plus() : jet.Byte public final fun plus(/*0*/ other : jet.Byte) : jet.Int public final fun plus(/*0*/ other : jet.Char) : jet.Int public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Float public final fun plus(/*0*/ other : jet.Int) : jet.Int public final fun plus(/*0*/ other : jet.Long) : jet.Long public final fun plus(/*0*/ other : jet.Short) : jet.Int public final fun rangeTo(/*0*/ other : jet.Byte) : jet.ByteRange public final fun rangeTo(/*0*/ other : jet.Char) : jet.CharRange public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Int) : jet.IntRange public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Short) : jet.ShortRange public final fun times(/*0*/ other : jet.Byte) : jet.Int public final fun times(/*0*/ other : jet.Char) : jet.Int public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Float public final fun times(/*0*/ other : jet.Int) : jet.Int public final fun times(/*0*/ other : jet.Long) : jet.Long public final fun times(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short } public final class ByteArray { public constructor ByteArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Byte public final fun iterator() : jet.ByteIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Byte) : jet.Unit } public abstract class ByteIterator : jet.Iterator { public constructor ByteIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Byte public abstract fun nextByte() : jet.Byte } public final class ByteProgression : jet.Progression { public constructor ByteProgression(/*0*/ start : jet.Byte, /*1*/ end : jet.Byte, /*2*/ increment : jet.Int) public open override /*1*/ val end : jet.Byte public open override /*1*/ val increment : jet.Int public open override /*1*/ val start : jet.Byte public open override /*1*/ fun iterator() : jet.ByteIterator } public final class ByteRange : jet.Range, jet.Progression { public constructor ByteRange(/*0*/ start : jet.Byte, /*1*/ end : jet.Byte) public open override /*2*/ val end : jet.Byte public open override /*1*/ val increment : jet.Int public open override /*2*/ val start : jet.Byte public open override /*1*/ fun contains(/*0*/ item : jet.Byte) : jet.Boolean public open override /*1*/ fun iterator() : jet.ByteIterator public class object { private constructor () public final val EMPTY : jet.ByteRange } } public final class Char : jet.Number, jet.Comparable { public constructor Char() public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int public open override /*1*/ fun compareTo(/*0*/ other : jet.Char) : jet.Int public final fun compareTo(/*0*/ other : jet.Double) : jet.Int public final fun compareTo(/*0*/ other : jet.Float) : jet.Int public final fun compareTo(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Long) : jet.Int public final fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Char public final fun div(/*0*/ other : jet.Byte) : jet.Int public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Float public final fun div(/*0*/ other : jet.Int) : jet.Int public final fun div(/*0*/ other : jet.Long) : jet.Long public final fun div(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Char public final fun minus() : jet.Int public final fun minus(/*0*/ other : jet.Byte) : jet.Int public final fun minus(/*0*/ other : jet.Char) : jet.Int public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Float public final fun minus(/*0*/ other : jet.Int) : jet.Int public final fun minus(/*0*/ other : jet.Long) : jet.Long public final fun minus(/*0*/ other : jet.Short) : jet.Int public final fun mod(/*0*/ other : jet.Byte) : jet.Int public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Float public final fun mod(/*0*/ other : jet.Int) : jet.Int public final fun mod(/*0*/ other : jet.Long) : jet.Long public final fun mod(/*0*/ other : jet.Short) : jet.Int public final fun plus() : jet.Int public final fun plus(/*0*/ other : jet.Byte) : jet.Int public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Float public final fun plus(/*0*/ other : jet.Int) : jet.Int public final fun plus(/*0*/ other : jet.Long) : jet.Long public final fun plus(/*0*/ other : jet.Short) : jet.Int public final fun rangeTo(/*0*/ other : jet.Char) : jet.CharRange public final fun times(/*0*/ other : jet.Byte) : jet.Int public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Float public final fun times(/*0*/ other : jet.Int) : jet.Int public final fun times(/*0*/ other : jet.Long) : jet.Long public final fun times(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short } public final class CharArray { public constructor CharArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Char public final fun iterator() : jet.CharIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Char) : jet.Unit } public abstract class CharIterator : jet.Iterator { public constructor CharIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Char public abstract fun nextChar() : jet.Char } public final class CharProgression : jet.Progression { public constructor CharProgression(/*0*/ start : jet.Char, /*1*/ end : jet.Char, /*2*/ increment : jet.Int) public open override /*1*/ val end : jet.Char public open override /*1*/ val increment : jet.Int public open override /*1*/ val start : jet.Char public open override /*1*/ fun iterator() : jet.CharIterator } public final class CharRange : jet.Range, jet.Progression { public constructor CharRange(/*0*/ start : jet.Char, /*1*/ end : jet.Char) public open override /*2*/ val end : jet.Char public open override /*1*/ val increment : jet.Int public open override /*2*/ val start : jet.Char public open override /*1*/ fun contains(/*0*/ item : jet.Char) : jet.Boolean public open override /*1*/ fun iterator() : jet.CharIterator public class object { private constructor () public final val EMPTY : jet.CharRange } } public trait CharSequence { public abstract val length : jet.Int public abstract fun get(/*0*/ index : jet.Int) : jet.Char public abstract fun toString() : jet.String } public trait Collection : jet.Iterable, jet.Hashable { public abstract fun contains(/*0*/ o : jet.Any?) : jet.Boolean public abstract fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int public abstract fun isEmpty() : jet.Boolean public abstract override /*1*/ fun iterator() : jet.Iterator public abstract fun size() : jet.Int public abstract fun toArray() : jet.Array public abstract fun toArray(/*0*/ a : jet.Array) : jet.Array } public trait Comparable { public abstract fun compareTo(/*0*/ other : T) : jet.Int } public final class Double : jet.Number, jet.Comparable { public constructor Double() public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int public final fun compareTo(/*0*/ other : jet.Char) : jet.Int public open override /*1*/ fun compareTo(/*0*/ other : jet.Double) : jet.Int public final fun compareTo(/*0*/ other : jet.Float) : jet.Int public final fun compareTo(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Long) : jet.Int public final fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Double public final fun div(/*0*/ other : jet.Byte) : jet.Double public final fun div(/*0*/ other : jet.Char) : jet.Double public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Double public final fun div(/*0*/ other : jet.Int) : jet.Double public final fun div(/*0*/ other : jet.Long) : jet.Double public final fun div(/*0*/ other : jet.Short) : jet.Double public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Double public final fun minus() : jet.Double public final fun minus(/*0*/ other : jet.Byte) : jet.Double public final fun minus(/*0*/ other : jet.Char) : jet.Double public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Double public final fun minus(/*0*/ other : jet.Int) : jet.Double public final fun minus(/*0*/ other : jet.Long) : jet.Double public final fun minus(/*0*/ other : jet.Short) : jet.Double public final fun mod(/*0*/ other : jet.Byte) : jet.Double public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Double public final fun mod(/*0*/ other : jet.Int) : jet.Double public final fun mod(/*0*/ other : jet.Long) : jet.Double public final fun mod(/*0*/ other : jet.Short) : jet.Double public final fun plus() : jet.Double public final fun plus(/*0*/ other : jet.Byte) : jet.Double public final fun plus(/*0*/ other : jet.Char) : jet.Double public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Double public final fun plus(/*0*/ other : jet.Int) : jet.Double public final fun plus(/*0*/ other : jet.Long) : jet.Double public final fun plus(/*0*/ other : jet.Short) : jet.Double public final fun rangeTo(/*0*/ other : jet.Byte) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Char) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Float) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Int) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Long) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Short) : jet.DoubleRange public final fun times(/*0*/ other : jet.Byte) : jet.Double public final fun times(/*0*/ other : jet.Char) : jet.Double public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Double public final fun times(/*0*/ other : jet.Int) : jet.Double public final fun times(/*0*/ other : jet.Long) : jet.Double public final fun times(/*0*/ other : jet.Short) : jet.Double public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short } public final class DoubleArray { public constructor DoubleArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Double public final fun iterator() : jet.DoubleIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Double) : jet.Unit } public abstract class DoubleIterator : jet.Iterator { public constructor DoubleIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Double public abstract fun nextDouble() : jet.Double } public final class DoubleProgression : jet.Progression { public constructor DoubleProgression(/*0*/ start : jet.Double, /*1*/ end : jet.Double, /*2*/ increment : jet.Double) public open override /*1*/ val end : jet.Double public open override /*1*/ val increment : jet.Double public open override /*1*/ val start : jet.Double public open override /*1*/ fun iterator() : jet.DoubleIterator } public final class DoubleRange : jet.Range, jet.Progression { public constructor DoubleRange(/*0*/ start : jet.Double, /*1*/ end : jet.Double) public open override /*2*/ val end : jet.Double public open override /*1*/ val increment : jet.Double public open override /*2*/ val start : jet.Double public open override /*1*/ fun contains(/*0*/ item : jet.Double) : jet.Boolean public open override /*1*/ fun iterator() : jet.DoubleIterator public class object { private constructor () public final val EMPTY : jet.DoubleRange } } public abstract class Enum> { public constructor Enum>(/*0*/ name : jet.String, /*1*/ ordinal : jet.Int) public final fun name() : jet.String public final fun ordinal() : jet.Int } public trait ExtensionFunction0 { public abstract fun T.invoke() : R } public trait ExtensionFunction1 { public abstract fun T.invoke(/*0*/ p1 : P1) : R } public trait ExtensionFunction10 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R } public trait ExtensionFunction11 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R } public trait ExtensionFunction12 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R } public trait ExtensionFunction13 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R } public trait ExtensionFunction14 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R } public trait ExtensionFunction15 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R } public trait ExtensionFunction16 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R } public trait ExtensionFunction17 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R } public trait ExtensionFunction18 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R } public trait ExtensionFunction19 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R } public trait ExtensionFunction2 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R } public trait ExtensionFunction20 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R } public trait ExtensionFunction21 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R } public trait ExtensionFunction22 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R } public trait ExtensionFunction3 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R } public trait ExtensionFunction4 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R } public trait ExtensionFunction5 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R } public trait ExtensionFunction6 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R } public trait ExtensionFunction7 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R } public trait ExtensionFunction8 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R } public trait ExtensionFunction9 { public abstract fun T.invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R } public final class Float : jet.Number, jet.Comparable { public constructor Float() public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int public final fun compareTo(/*0*/ other : jet.Char) : jet.Int public final fun compareTo(/*0*/ other : jet.Double) : jet.Int public open override /*1*/ fun compareTo(/*0*/ other : jet.Float) : jet.Int public final fun compareTo(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Long) : jet.Int public final fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Float public final fun div(/*0*/ other : jet.Byte) : jet.Float public final fun div(/*0*/ other : jet.Char) : jet.Float public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Float public final fun div(/*0*/ other : jet.Int) : jet.Float public final fun div(/*0*/ other : jet.Long) : jet.Float public final fun div(/*0*/ other : jet.Short) : jet.Float public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Float public final fun minus() : jet.Float public final fun minus(/*0*/ other : jet.Byte) : jet.Float public final fun minus(/*0*/ other : jet.Char) : jet.Float public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Float public final fun minus(/*0*/ other : jet.Int) : jet.Float public final fun minus(/*0*/ other : jet.Long) : jet.Float public final fun minus(/*0*/ other : jet.Short) : jet.Float public final fun mod(/*0*/ other : jet.Byte) : jet.Float public final fun mod(/*0*/ other : jet.Char) : jet.Float public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Float public final fun mod(/*0*/ other : jet.Int) : jet.Float public final fun mod(/*0*/ other : jet.Long) : jet.Float public final fun mod(/*0*/ other : jet.Short) : jet.Float public final fun plus() : jet.Float public final fun plus(/*0*/ other : jet.Byte) : jet.Float public final fun plus(/*0*/ other : jet.Char) : jet.Float public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Float public final fun plus(/*0*/ other : jet.Int) : jet.Float public final fun plus(/*0*/ other : jet.Long) : jet.Float public final fun plus(/*0*/ other : jet.Short) : jet.Float public final fun rangeTo(/*0*/ other : jet.Byte) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Char) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Int) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Long) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Short) : jet.FloatRange public final fun times(/*0*/ other : jet.Byte) : jet.Float public final fun times(/*0*/ other : jet.Char) : jet.Float public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Float public final fun times(/*0*/ other : jet.Int) : jet.Float public final fun times(/*0*/ other : jet.Long) : jet.Float public final fun times(/*0*/ other : jet.Short) : jet.Float public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short } public final class FloatArray { public constructor FloatArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Float public final fun iterator() : jet.FloatIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Float) : jet.Unit } public abstract class FloatIterator : jet.Iterator { public constructor FloatIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Float public abstract fun nextFloat() : jet.Float } public final class FloatProgression : jet.Progression { public constructor FloatProgression(/*0*/ start : jet.Float, /*1*/ end : jet.Float, /*2*/ increment : jet.Float) public open override /*1*/ val end : jet.Float public open override /*1*/ val increment : jet.Float public open override /*1*/ val start : jet.Float public open override /*1*/ fun iterator() : jet.FloatIterator } public final class FloatRange : jet.Range, jet.Progression { public constructor FloatRange(/*0*/ start : jet.Float, /*1*/ end : jet.Float) public open override /*2*/ val end : jet.Float public open override /*1*/ val increment : jet.Float public open override /*2*/ val start : jet.Float public open override /*1*/ fun contains(/*0*/ item : jet.Float) : jet.Boolean public open override /*1*/ fun iterator() : jet.FloatIterator public class object { private constructor () public final val EMPTY : jet.FloatRange } } public trait Function0 { public abstract fun invoke() : R } public trait Function1 { public abstract fun invoke(/*0*/ p1 : P1) : R } public trait Function10 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10) : R } public trait Function11 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11) : R } public trait Function12 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12) : R } public trait Function13 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13) : R } public trait Function14 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14) : R } public trait Function15 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15) : R } public trait Function16 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16) : R } public trait Function17 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17) : R } public trait Function18 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18) : R } public trait Function19 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19) : R } public trait Function2 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2) : R } public trait Function20 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20) : R } public trait Function21 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21) : R } public trait Function22 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9, /*9*/ p10 : P10, /*10*/ p11 : P11, /*11*/ p12 : P12, /*12*/ p13 : P13, /*13*/ p14 : P14, /*14*/ p15 : P15, /*15*/ p16 : P16, /*16*/ p17 : P17, /*17*/ p18 : P18, /*18*/ p19 : P19, /*19*/ p20 : P20, /*20*/ p21 : P21, /*21*/ p22 : P22) : R } public trait Function3 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3) : R } public trait Function4 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4) : R } public trait Function5 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5) : R } public trait Function6 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6) : R } public trait Function7 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7) : R } public trait Function8 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8) : R } public trait Function9 { public abstract fun invoke(/*0*/ p1 : P1, /*1*/ p2 : P2, /*2*/ p3 : P3, /*3*/ p4 : P4, /*4*/ p5 : P5, /*5*/ p6 : P6, /*6*/ p7 : P7, /*7*/ p8 : P8, /*8*/ p9 : P9) : R } public trait Hashable { public abstract fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract fun hashCode() : jet.Int } public final class Int : jet.Number, jet.Comparable { public constructor Int() public final fun and(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int public final fun compareTo(/*0*/ other : jet.Char) : jet.Int public final fun compareTo(/*0*/ other : jet.Double) : jet.Int public final fun compareTo(/*0*/ other : jet.Float) : jet.Int public open override /*1*/ fun compareTo(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Long) : jet.Int public final fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Int public final fun div(/*0*/ other : jet.Byte) : jet.Int public final fun div(/*0*/ other : jet.Char) : jet.Int public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Float public final fun div(/*0*/ other : jet.Int) : jet.Int public final fun div(/*0*/ other : jet.Long) : jet.Long public final fun div(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Int public final fun inv() : jet.Int public final fun minus() : jet.Int public final fun minus(/*0*/ other : jet.Byte) : jet.Int public final fun minus(/*0*/ other : jet.Char) : jet.Int public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Float public final fun minus(/*0*/ other : jet.Int) : jet.Int public final fun minus(/*0*/ other : jet.Long) : jet.Long public final fun minus(/*0*/ other : jet.Short) : jet.Int public final fun mod(/*0*/ other : jet.Byte) : jet.Int public final fun mod(/*0*/ other : jet.Char) : jet.Int public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Float public final fun mod(/*0*/ other : jet.Int) : jet.Int public final fun mod(/*0*/ other : jet.Long) : jet.Long public final fun mod(/*0*/ other : jet.Short) : jet.Int public final fun or(/*0*/ other : jet.Int) : jet.Int public final fun plus() : jet.Int public final fun plus(/*0*/ other : jet.Byte) : jet.Int public final fun plus(/*0*/ other : jet.Char) : jet.Int public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Float public final fun plus(/*0*/ other : jet.Int) : jet.Int public final fun plus(/*0*/ other : jet.Long) : jet.Long public final fun plus(/*0*/ other : jet.Short) : jet.Int public final fun rangeTo(/*0*/ other : jet.Byte) : jet.IntRange public final fun rangeTo(/*0*/ other : jet.Char) : jet.IntRange public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Int) : jet.IntRange public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Short) : jet.IntRange public final fun shl(/*0*/ bits : jet.Int) : jet.Int public final fun shr(/*0*/ bits : jet.Int) : jet.Int public final fun times(/*0*/ other : jet.Byte) : jet.Int public final fun times(/*0*/ other : jet.Char) : jet.Int public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Float public final fun times(/*0*/ other : jet.Int) : jet.Int public final fun times(/*0*/ other : jet.Long) : jet.Long public final fun times(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short public final fun ushr(/*0*/ bits : jet.Int) : jet.Int public final fun xor(/*0*/ other : jet.Int) : jet.Int } public final class IntArray { public constructor IntArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Int public final fun iterator() : jet.IntIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Int) : jet.Unit } public abstract class IntIterator : jet.Iterator { public constructor IntIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Int public abstract fun nextInt() : jet.Int } public final class IntProgression : jet.Progression { public constructor IntProgression(/*0*/ start : jet.Int, /*1*/ end : jet.Int, /*2*/ increment : jet.Int) public open override /*1*/ val end : jet.Int public open override /*1*/ val increment : jet.Int public open override /*1*/ val start : jet.Int public open override /*1*/ fun iterator() : jet.IntIterator } public final class IntRange : jet.Range, jet.Progression { public constructor IntRange(/*0*/ start : jet.Int, /*1*/ end : jet.Int) public open override /*2*/ val end : jet.Int public open override /*1*/ val increment : jet.Int public open override /*2*/ val start : jet.Int public open override /*1*/ fun contains(/*0*/ item : jet.Int) : jet.Boolean public open override /*1*/ fun iterator() : jet.IntIterator public class object { private constructor () public final val EMPTY : jet.IntRange } } public trait Iterable { public abstract fun iterator() : jet.Iterator } public trait Iterator { public abstract fun hasNext() : jet.Boolean public abstract fun next() : T } public trait List : jet.Collection { public abstract override /*1*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean public abstract override /*1*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract fun get(/*0*/ index : jet.Int) : E public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int public abstract fun indexOf(/*0*/ o : jet.Any?) : jet.Int public abstract override /*1*/ fun isEmpty() : jet.Boolean public abstract override /*1*/ fun iterator() : jet.Iterator public abstract fun lastIndexOf(/*0*/ o : jet.Any?) : jet.Int public abstract fun listIterator() : jet.ListIterator public abstract fun listIterator(/*0*/ index : jet.Int) : jet.ListIterator public abstract override /*1*/ fun size() : jet.Int public abstract fun subList(/*0*/ fromIndex : jet.Int, /*1*/ toIndex : jet.Int) : jet.List public abstract override /*1*/ fun toArray() : jet.Array public abstract override /*1*/ fun toArray(/*0*/ a : jet.Array) : jet.Array } public trait ListIterator : jet.Iterator { public abstract override /*1*/ fun hasNext() : jet.Boolean public abstract fun hasPrevious() : jet.Boolean public abstract override /*1*/ fun next() : T public abstract fun nextIndex() : jet.Int public abstract fun previous() : T public abstract fun previousIndex() : jet.Int } public final class Long : jet.Number, jet.Comparable { public constructor Long() public final fun and(/*0*/ other : jet.Long) : jet.Long public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int public final fun compareTo(/*0*/ other : jet.Char) : jet.Int public final fun compareTo(/*0*/ other : jet.Double) : jet.Int public final fun compareTo(/*0*/ other : jet.Float) : jet.Int public final fun compareTo(/*0*/ other : jet.Int) : jet.Int public open override /*1*/ fun compareTo(/*0*/ other : jet.Long) : jet.Int public final fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Long public final fun div(/*0*/ other : jet.Byte) : jet.Long public final fun div(/*0*/ other : jet.Char) : jet.Long public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Float public final fun div(/*0*/ other : jet.Int) : jet.Long public final fun div(/*0*/ other : jet.Long) : jet.Long public final fun div(/*0*/ other : jet.Short) : jet.Long public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Long public final fun inv() : jet.Long public final fun minus() : jet.Long public final fun minus(/*0*/ other : jet.Byte) : jet.Long public final fun minus(/*0*/ other : jet.Char) : jet.Long public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Float public final fun minus(/*0*/ other : jet.Int) : jet.Long public final fun minus(/*0*/ other : jet.Long) : jet.Long public final fun minus(/*0*/ other : jet.Short) : jet.Long public final fun mod(/*0*/ other : jet.Byte) : jet.Long public final fun mod(/*0*/ other : jet.Char) : jet.Long public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Float public final fun mod(/*0*/ other : jet.Int) : jet.Long public final fun mod(/*0*/ other : jet.Long) : jet.Long public final fun mod(/*0*/ other : jet.Short) : jet.Long public final fun or(/*0*/ other : jet.Long) : jet.Long public final fun plus() : jet.Long public final fun plus(/*0*/ other : jet.Byte) : jet.Long public final fun plus(/*0*/ other : jet.Char) : jet.Long public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Float public final fun plus(/*0*/ other : jet.Int) : jet.Long public final fun plus(/*0*/ other : jet.Long) : jet.Long public final fun plus(/*0*/ other : jet.Short) : jet.Long public final fun rangeTo(/*0*/ other : jet.Byte) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Char) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Int) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Short) : jet.LongRange public final fun shl(/*0*/ bits : jet.Int) : jet.Long public final fun shr(/*0*/ bits : jet.Int) : jet.Long public final fun times(/*0*/ other : jet.Byte) : jet.Long public final fun times(/*0*/ other : jet.Char) : jet.Long public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Float public final fun times(/*0*/ other : jet.Int) : jet.Long public final fun times(/*0*/ other : jet.Long) : jet.Long public final fun times(/*0*/ other : jet.Short) : jet.Long public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short public final fun ushr(/*0*/ bits : jet.Int) : jet.Long public final fun xor(/*0*/ other : jet.Long) : jet.Long } public final class LongArray { public constructor LongArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Long public final fun iterator() : jet.LongIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Long) : jet.Unit } public abstract class LongIterator : jet.Iterator { public constructor LongIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Long public abstract fun nextLong() : jet.Long } public final class LongProgression : jet.Progression { public constructor LongProgression(/*0*/ start : jet.Long, /*1*/ end : jet.Long, /*2*/ increment : jet.Long) public open override /*1*/ val end : jet.Long public open override /*1*/ val increment : jet.Long public open override /*1*/ val start : jet.Long public open override /*1*/ fun iterator() : jet.LongIterator } public final class LongRange : jet.Range, jet.Progression { public constructor LongRange(/*0*/ start : jet.Long, /*1*/ end : jet.Long) public open override /*2*/ val end : jet.Long public open override /*1*/ val increment : jet.Long public open override /*2*/ val start : jet.Long public open override /*1*/ fun contains(/*0*/ item : jet.Long) : jet.Boolean public open override /*1*/ fun iterator() : jet.LongIterator public class object { private constructor () public final val EMPTY : jet.LongRange } } public trait Map { public abstract fun containsKey(/*0*/ key : jet.Any?) : jet.Boolean public abstract fun containsValue(/*0*/ value : jet.Any?) : jet.Boolean public abstract fun entrySet() : jet.Set> public abstract fun get(/*0*/ key : jet.Any?) : V? public abstract fun isEmpty() : jet.Boolean public abstract fun keySet() : jet.Set public abstract fun size() : jet.Int public abstract fun values() : jet.Collection public trait Entry : jet.Hashable { public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract fun getKey() : K public abstract fun getValue() : V public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int } } public trait MutableCollection : jet.Collection, jet.MutableIterable { public abstract fun add(/*0*/ e : E) : jet.Boolean public abstract fun addAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract fun clear() : jet.Unit public abstract override /*1*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int public abstract override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean public abstract override /*2*/ fun iterator() : jet.MutableIterator public abstract fun remove(/*0*/ o : jet.Any?) : jet.Boolean public abstract fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun size() : jet.Int public abstract override /*1*/ /*fake_override*/ fun toArray() : jet.Array public abstract override /*1*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array } public trait MutableIterable : jet.Iterable { public abstract override /*1*/ fun iterator() : jet.MutableIterator } public trait MutableIterator : jet.Iterator { public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun next() : T public abstract fun remove() : jet.Unit } public trait MutableList : jet.List, jet.MutableCollection { public abstract override /*1*/ fun add(/*0*/ e : E) : jet.Boolean public abstract fun add(/*0*/ index : jet.Int, /*1*/ element : E) : jet.Unit public abstract override /*1*/ fun addAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract fun addAll(/*0*/ index : jet.Int, /*1*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ fun clear() : jet.Unit public abstract override /*2*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ index : jet.Int) : E public abstract override /*2*/ /*fake_override*/ fun hashCode() : jet.Int public abstract override /*1*/ /*fake_override*/ fun indexOf(/*0*/ o : jet.Any?) : jet.Int public abstract override /*2*/ /*fake_override*/ fun isEmpty() : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun iterator() : jet.Iterator public abstract override /*1*/ /*fake_override*/ fun lastIndexOf(/*0*/ o : jet.Any?) : jet.Int public abstract override /*1*/ fun listIterator() : jet.MutableListIterator public abstract override /*1*/ fun listIterator(/*0*/ index : jet.Int) : jet.MutableListIterator public abstract override /*1*/ fun remove(/*0*/ o : jet.Any?) : jet.Boolean public abstract fun remove(/*0*/ index : jet.Int) : E public abstract override /*1*/ fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract fun set(/*0*/ index : jet.Int, /*1*/ element : E) : E public abstract override /*2*/ /*fake_override*/ fun size() : jet.Int public abstract override /*1*/ fun subList(/*0*/ fromIndex : jet.Int, /*1*/ toIndex : jet.Int) : jet.MutableList public abstract override /*2*/ /*fake_override*/ fun toArray() : jet.Array public abstract override /*2*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array } public trait MutableListIterator : jet.ListIterator, jet.MutableIterator { public abstract fun add(/*0*/ e : T) : jet.Unit public abstract override /*2*/ fun hasNext() : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun hasPrevious() : jet.Boolean public abstract override /*2*/ fun next() : T public abstract override /*1*/ /*fake_override*/ fun nextIndex() : jet.Int public abstract override /*1*/ /*fake_override*/ fun previous() : T public abstract override /*1*/ /*fake_override*/ fun previousIndex() : jet.Int public abstract override /*1*/ fun remove() : jet.Unit public abstract fun set(/*0*/ e : T) : jet.Unit } public trait MutableMap : jet.Map { public abstract fun clear() : jet.Unit public abstract override /*1*/ /*fake_override*/ fun containsKey(/*0*/ key : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun containsValue(/*0*/ value : jet.Any?) : jet.Boolean public abstract override /*1*/ fun entrySet() : jet.MutableSet> public abstract override /*1*/ /*fake_override*/ fun get(/*0*/ key : jet.Any?) : V? public abstract override /*1*/ /*fake_override*/ fun isEmpty() : jet.Boolean public abstract override /*1*/ fun keySet() : jet.MutableSet public abstract fun put(/*0*/ key : K, /*1*/ value : V) : V? public abstract fun putAll(/*0*/ m : jet.Map) : jet.Unit public abstract fun remove(/*0*/ key : jet.Any?) : V? public abstract override /*1*/ /*fake_override*/ fun size() : jet.Int public abstract override /*1*/ fun values() : jet.MutableCollection public trait MutableEntry : jet.Map.Entry, jet.Hashable { public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun getKey() : K public abstract override /*1*/ /*fake_override*/ fun getValue() : V public abstract override /*2*/ /*fake_override*/ fun hashCode() : jet.Int public abstract fun setValue(/*0*/ value : V) : V } } public trait MutableSet : jet.Set, jet.MutableCollection { public abstract override /*1*/ fun add(/*0*/ e : E) : jet.Boolean public abstract override /*1*/ fun addAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ fun clear() : jet.Unit public abstract override /*2*/ /*fake_override*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun hashCode() : jet.Int public abstract override /*2*/ /*fake_override*/ fun isEmpty() : jet.Boolean public abstract override /*2*/ fun iterator() : jet.MutableIterator public abstract override /*1*/ fun remove(/*0*/ o : jet.Any?) : jet.Boolean public abstract override /*1*/ fun removeAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ fun retainAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*2*/ /*fake_override*/ fun size() : jet.Int public abstract override /*2*/ /*fake_override*/ fun toArray() : jet.Array public abstract override /*2*/ /*fake_override*/ fun toArray(/*0*/ a : jet.Array) : jet.Array } public final class Nothing { private constructor Nothing() } public abstract class Number : jet.Hashable { public constructor Number() public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int public abstract fun toByte() : jet.Byte public abstract fun toChar() : jet.Char public abstract fun toDouble() : jet.Double public abstract fun toFloat() : jet.Float public abstract fun toInt() : jet.Int public abstract fun toLong() : jet.Long public abstract fun toShort() : jet.Short } public trait Progression : jet.Iterable { public abstract val end : N public abstract val increment : jet.Number public abstract val start : N public abstract override /*1*/ /*fake_override*/ fun iterator() : jet.Iterator } public trait Range> { public abstract val end : T public abstract val start : T public abstract fun contains(/*0*/ item : T) : jet.Boolean } public trait Set : jet.Collection { public abstract override /*1*/ fun contains(/*0*/ o : jet.Any?) : jet.Boolean public abstract override /*1*/ fun containsAll(/*0*/ c : jet.Collection) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public abstract override /*1*/ /*fake_override*/ fun hashCode() : jet.Int public abstract override /*1*/ fun isEmpty() : jet.Boolean public abstract override /*1*/ fun iterator() : jet.Iterator public abstract override /*1*/ fun size() : jet.Int public abstract override /*1*/ fun toArray() : jet.Array public abstract override /*1*/ fun toArray(/*0*/ a : jet.Array) : jet.Array } public final class Short : jet.Number, jet.Comparable { public constructor Short() public final fun compareTo(/*0*/ other : jet.Byte) : jet.Int public final fun compareTo(/*0*/ other : jet.Char) : jet.Int public final fun compareTo(/*0*/ other : jet.Double) : jet.Int public final fun compareTo(/*0*/ other : jet.Float) : jet.Int public final fun compareTo(/*0*/ other : jet.Int) : jet.Int public final fun compareTo(/*0*/ other : jet.Long) : jet.Int public open override /*1*/ fun compareTo(/*0*/ other : jet.Short) : jet.Int public final fun dec() : jet.Short public final fun div(/*0*/ other : jet.Byte) : jet.Int public final fun div(/*0*/ other : jet.Char) : jet.Int public final fun div(/*0*/ other : jet.Double) : jet.Double public final fun div(/*0*/ other : jet.Float) : jet.Float public final fun div(/*0*/ other : jet.Int) : jet.Int public final fun div(/*0*/ other : jet.Long) : jet.Long public final fun div(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun hashCode() : jet.Int public final fun inc() : jet.Short public final fun minus() : jet.Short public final fun minus(/*0*/ other : jet.Byte) : jet.Int public final fun minus(/*0*/ other : jet.Char) : jet.Int public final fun minus(/*0*/ other : jet.Double) : jet.Double public final fun minus(/*0*/ other : jet.Float) : jet.Float public final fun minus(/*0*/ other : jet.Int) : jet.Int public final fun minus(/*0*/ other : jet.Long) : jet.Long public final fun minus(/*0*/ other : jet.Short) : jet.Int public final fun mod(/*0*/ other : jet.Byte) : jet.Int public final fun mod(/*0*/ other : jet.Char) : jet.Int public final fun mod(/*0*/ other : jet.Double) : jet.Double public final fun mod(/*0*/ other : jet.Float) : jet.Float public final fun mod(/*0*/ other : jet.Int) : jet.Int public final fun mod(/*0*/ other : jet.Long) : jet.Long public final fun mod(/*0*/ other : jet.Short) : jet.Int public final fun plus() : jet.Short public final fun plus(/*0*/ other : jet.Byte) : jet.Int public final fun plus(/*0*/ other : jet.Char) : jet.Int public final fun plus(/*0*/ other : jet.Double) : jet.Double public final fun plus(/*0*/ other : jet.Float) : jet.Float public final fun plus(/*0*/ other : jet.Int) : jet.Int public final fun plus(/*0*/ other : jet.Long) : jet.Long public final fun plus(/*0*/ other : jet.Short) : jet.Int public final fun rangeTo(/*0*/ other : jet.Byte) : jet.ShortRange public final fun rangeTo(/*0*/ other : jet.Char) : jet.ShortRange public final fun rangeTo(/*0*/ other : jet.Double) : jet.DoubleRange public final fun rangeTo(/*0*/ other : jet.Float) : jet.FloatRange public final fun rangeTo(/*0*/ other : jet.Int) : jet.IntRange public final fun rangeTo(/*0*/ other : jet.Long) : jet.LongRange public final fun rangeTo(/*0*/ other : jet.Short) : jet.ShortRange public final fun times(/*0*/ other : jet.Byte) : jet.Int public final fun times(/*0*/ other : jet.Char) : jet.Int public final fun times(/*0*/ other : jet.Double) : jet.Double public final fun times(/*0*/ other : jet.Float) : jet.Float public final fun times(/*0*/ other : jet.Int) : jet.Int public final fun times(/*0*/ other : jet.Long) : jet.Long public final fun times(/*0*/ other : jet.Short) : jet.Int public open override /*1*/ fun toByte() : jet.Byte public open override /*1*/ fun toChar() : jet.Char public open override /*1*/ fun toDouble() : jet.Double public open override /*1*/ fun toFloat() : jet.Float public open override /*1*/ fun toInt() : jet.Int public open override /*1*/ fun toLong() : jet.Long public open override /*1*/ fun toShort() : jet.Short } public final class ShortArray { public constructor ShortArray(/*0*/ size : jet.Int) public final val indices : jet.IntRange public final val size : jet.Int public final fun get(/*0*/ index : jet.Int) : jet.Short public final fun iterator() : jet.ShortIterator public final fun set(/*0*/ index : jet.Int, /*1*/ value : jet.Short) : jet.Unit } public abstract class ShortIterator : jet.Iterator { public constructor ShortIterator() public abstract override /*1*/ /*fake_override*/ fun hasNext() : jet.Boolean public open override /*1*/ fun next() : jet.Short public abstract fun nextShort() : jet.Short } public final class ShortProgression : jet.Progression { public constructor ShortProgression(/*0*/ start : jet.Short, /*1*/ end : jet.Short, /*2*/ increment : jet.Int) public open override /*1*/ val end : jet.Short public open override /*1*/ val increment : jet.Int public open override /*1*/ val start : jet.Short public open override /*1*/ fun iterator() : jet.ShortIterator } public final class ShortRange : jet.Range, jet.Progression { public constructor ShortRange(/*0*/ start : jet.Short, /*1*/ end : jet.Short) public open override /*2*/ val end : jet.Short public open override /*1*/ val increment : jet.Int public open override /*2*/ val start : jet.Short public open override /*1*/ fun contains(/*0*/ item : jet.Short) : jet.Boolean public open override /*1*/ fun iterator() : jet.ShortIterator public class object { private constructor () public final val EMPTY : jet.ShortRange } } public final class String : jet.Comparable, jet.CharSequence { public constructor String() public open override /*1*/ val length : jet.Int public open override /*1*/ fun compareTo(/*0*/ that : jet.String) : jet.Int public final fun equals(/*0*/ other : jet.Any?) : jet.Boolean public open override /*1*/ fun get(/*0*/ index : jet.Int) : jet.Char public final fun plus(/*0*/ other : jet.Any?) : jet.String public open override /*1*/ fun toString() : jet.String } public open class Throwable { public constructor Throwable(/*0*/ message : jet.String? = ..., /*1*/ cause : jet.Throwable? = ...) public final fun getCause() : jet.Throwable? public final fun getMessage() : jet.String? public final fun printStackTrace() : jet.Unit } public final class Unit { private constructor Unit() public class object { private constructor () public final val VALUE : jet.Unit } } public final annotation class atomic : jet.Annotation { public constructor atomic() } public final annotation class data : jet.Annotation { public constructor data() } public final annotation class deprecated : jet.Annotation { public constructor deprecated(/*0*/ value : jet.String) } public final annotation class volatile : jet.Annotation { public constructor volatile() }