@DeprecatedSinceKotlin("1.4") fun <T> Array<out T>.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun ByteArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun ShortArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun IntArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun LongArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun FloatArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun DoubleArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun BooleanArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") fun CharArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
fun <T> Array<out T>?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun <T> Array<out T>?.contentHashCode(): Int
fun ByteArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun ByteArray?.contentHashCode(): Int
fun ShortArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun ShortArray?.contentHashCode(): Int
fun IntArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun IntArray?.contentHashCode(): Int
fun LongArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun LongArray?.contentHashCode(): Int
fun FloatArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun FloatArray?.contentHashCode(): Int
fun DoubleArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun DoubleArray?.contentHashCode(): Int
fun BooleanArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun BooleanArray?.contentHashCode(): Int
fun CharArray?.contentHashCode(): Int
@JvmName("contentHashCodeNullable") fun CharArray?.contentHashCode(): Int
Returns a hash code based on the contents of this array as if it is List.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun UIntArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun ULongArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun UByteArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@DeprecatedSinceKotlin("1.4") @ExperimentalUnsignedTypes fun UShortArray.contentHashCode(): IntDeprecated: Use Kotlin compiler 1.4 to avoid deprecation warning.
@ExperimentalUnsignedTypes fun UIntArray?.contentHashCode(): Int
@ExperimentalUnsignedTypes fun ULongArray?.contentHashCode(): Int
@ExperimentalUnsignedTypes fun UByteArray?.contentHashCode(): Int
@ExperimentalUnsignedTypes fun UShortArray?.contentHashCode(): Int
Returns a hash code based on the contents of this array as if it is List.
© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/content-hash-code.html