A  B  C  D  E  F  G  H  I  J  L  O  P  R  S  T  V 

I

indexOf(io.kjson.JSONValue) - function in io.kjson.JSONArray
Find the index of the first occurrence of a given value in the array, or -1 if the value is not found.
indexOf(io.kjson.JSONObject.Property) - function in io.kjson.JSONObject
Get the index of the first occurrence of the specified Property, or -1 if the Property is not found.
initCause(java.lang.Throwable) - function in kotlin.Throwable
 
io.kjson - package io.kjson
 
io.kjson.parser - package io.kjson.parser
 
io.kjson.util - package io.kjson.util
 
isByte() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a Byte.
isByte() - function in io.kjson.JSONInt
Return true if the value is will fit in a Byte.
isByte() - function in io.kjson.JSONLong
Return true if the value is will fit in a Byte.
isByte() - function in io.kjson.JSONNumber
Return true if the value will fit in a Byte.
isEmpty() - function in io.kjson.JSONArray
Return true if the array is empty.
isEmpty() - function in io.kjson.JSONObject
Return true if the object is empty.
isEmpty() - function in io.kjson.JSONStructure
Return true if the structure is empty.
isEmpty() - function in io.kjson.util.LookupSet
 
isEmpty() - function in kotlin.CharSequence
 
isInt() - function in io.kjson.JSONDecimal
Return true if the value is will fit in an Int.
isInt() - function in io.kjson.JSONInt
Return true if the value is will fit in an Int.
isInt() - function in io.kjson.JSONLong
Return true if the value is will fit in an Int.
isInt() - function in io.kjson.JSONNumber
Return true if the value will fit in an Int.
isIntegral() - function in io.kjson.JSONDecimal
Return true if the value is integral (has no fractional part, or the fractional part is zero).
isIntegral() - function in io.kjson.JSONInt
Return true if the value is integral (has no fractional part, or the fractional part is zero).
isIntegral() - function in io.kjson.JSONLong
Return true if the value is integral (has no fractional part, or the fractional part is zero).
isIntegral() - function in io.kjson.JSONNumber
Return true if the value is integral (has no fractional part, or the fractional part is zero).
isLong() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a Long.
isLong() - function in io.kjson.JSONInt
Return true if the value is will fit in a Long.
isLong() - function in io.kjson.JSONLong
Return true if the value is will fit in a Long.
isLong() - function in io.kjson.JSONNumber
Return true if the value will fit in a Long.
isNegative() - function in io.kjson.JSONDecimal
Return true if the value is negative.
isNegative() - function in io.kjson.JSONInt
Return true if the value is negative.
isNegative() - function in io.kjson.JSONLong
Return true if the value is negative.
isNegative() - function in io.kjson.JSONNumber
Return true if the value is negative.
isNotEmpty() - function in io.kjson.JSONStructure
Return true if the structure is not empty.
isNotEmpty() - function in io.kjson.JSONStructure
Return true if the structure is not empty.
isNotNegative() - function in io.kjson.JSONDecimal
Return true if the value is not negative.
isNotNegative() - function in io.kjson.JSONInt
Return true if the value is not negative.
isNotNegative() - function in io.kjson.JSONLong
Return true if the value is not negative.
isNotNegative() - function in io.kjson.JSONNumber
Return true if the value is not negative.
isNotPositive() - function in io.kjson.JSONDecimal
Return true if the value is not positive.
isNotPositive() - function in io.kjson.JSONInt
Return true if the value is not positive.
isNotPositive() - function in io.kjson.JSONLong
Return true if the value is not positive.
isNotPositive() - function in io.kjson.JSONNumber
Return true if the value is not positive.
isNotZero() - function in io.kjson.JSONDecimal
Return true if the value is not zero.
isNotZero() - function in io.kjson.JSONInt
Return true if the value is not zero.
isNotZero() - function in io.kjson.JSONLong
Return true if the value is not zero.
isNotZero() - function in io.kjson.JSONNumber
Return true if the value is not zero.
isPositive() - function in io.kjson.JSONDecimal
Return true if the value is positive.
isPositive() - function in io.kjson.JSONInt
Return true if the value is positive.
isPositive() - function in io.kjson.JSONLong
Return true if the value is positive.
isPositive() - function in io.kjson.JSONNumber
Return true if the value is positive.
isShort() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a Short.
isShort() - function in io.kjson.JSONInt
Return true if the value is will fit in a Short.
isShort() - function in io.kjson.JSONLong
Return true if the value is will fit in a Short.
isShort() - function in io.kjson.JSONNumber
Return true if the value will fit in a Short.
isUByte() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a UByte.
isUByte() - function in io.kjson.JSONInt
Return true if the value is will fit in a UByte.
isUByte() - function in io.kjson.JSONLong
Return true if the value is will fit in a UByte.
isUByte() - function in io.kjson.JSONNumber
Return true if the value will fit in a UByte.
isUInt() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a UInt.
isUInt() - function in io.kjson.JSONInt
Return true if the value is will fit in a UInt.
isUInt() - function in io.kjson.JSONLong
Return true if the value is will fit in a UInt.
isUInt() - function in io.kjson.JSONNumber
Return true if the value will fit in a UInt.
isULong() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a ULong.
isULong() - function in io.kjson.JSONInt
Return true if the value is will fit in a ULong.
isULong() - function in io.kjson.JSONLong
Return true if the value is will fit in a ULong.
isULong() - function in io.kjson.JSONNumber
Return true if the value will fit in a ULong.
isUShort() - function in io.kjson.JSONDecimal
Return true if the value is will fit in a UShort.
isUShort() - function in io.kjson.JSONInt
Return true if the value is will fit in a UShort.
isUShort() - function in io.kjson.JSONLong
Return true if the value is will fit in a UShort.
isUShort() - function in io.kjson.JSONNumber
Return true if the value will fit in a UShort.
isZero() - function in io.kjson.JSONDecimal
Return true if the value is zero.
isZero() - function in io.kjson.JSONInt
Return true if the value is zero.
isZero() - function in io.kjson.JSONLong
Return true if the value is zero.
isZero() - function in io.kjson.JSONNumber
Return true if the value is zero.
iterator() - function in io.kjson.JSONArray
Get an Iterator over the values in the array.
iterator() - function in io.kjson.JSONObject
Get an iterator over the object Propertys.
iterator() - function in io.kjson.util.LookupSet
 
A  B  C  D  E  F  G  H  I  J  L  O  P  R  S  T  V