語言

SparseArray.ContentHashCode 方法

定義

回傳一個雜湊碼值,將 SparseArray所有鍵與值的結果合併 Objects#hashCode(Object) 後,內容為 。

[Android.Runtime.Register("contentHashCode", "()I", "GetContentHashCodeHandler", ApiSince=31)]
public virtual int ContentHashCode();
[<Android.Runtime.Register("contentHashCode", "()I", "GetContentHashCodeHandler", ApiSince=31)>]
abstract member ContentHashCode : unit -> int
override this.ContentHashCode : unit -> int

傳回

屬性

備註

回傳一個雜湊碼值,將 SparseArray所有鍵與值的結果合併 Objects#hashCode(Object) 後,內容為 。

為了向下相容,無法 Object#hashCode() 實作,因此作為手動呼叫的替代方案。

Java 文件 android.util.SparseArray.contentHashCode()

本頁部分內容為基於 Open Source Project 所創建與分享的作品,並依授權條款所描述的使用進行修改。

適用於