|
NIMSDK-AOS
9.21.10
|
可序列化的键值对 更多...
Public 成员函数 | |
| Entry (K key, V value) | |
| Constructor for a Entry. 更多... | |
| int | hashCode () |
| Compute a hash code using the hash codes of the underlying objects. 更多... | |
| boolean | equals (Object o) |
静态 Public 成员函数 | |
| static< A extends Serializable, B extends Serializable > Entry< A, B > | create (A a, B b) |
| Convenience method for creating an appropriately typed entry. 更多... | |
Public 属性 | |
| final K | key |
| final V | value |
可序列化的键值对
在文件 Entry.java 第 9 行定义.
| com.netease.nimlib.sdk.util.Entry< K extends Serializable, V extends Serializable >.Entry | ( | K | key, |
| V | value | ||
| ) |
Constructor for a Entry.
| key | the key object in the entry |
| value | the value object in the entry |
在文件 Entry.java 第 19 行定义.
|
static |
Convenience method for creating an appropriately typed entry.
| a | the key object in the entry |
| b | the value object in the entry |
在文件 Entry.java 第 53 行定义.
| boolean com.netease.nimlib.sdk.util.Entry< K extends Serializable, V extends Serializable >.equals | ( | Object | o | ) |
在文件 Entry.java 第 35 行定义.
| int com.netease.nimlib.sdk.util.Entry< K extends Serializable, V extends Serializable >.hashCode | ( | ) |
Compute a hash code using the hash codes of the underlying objects.
在文件 Entry.java 第 30 行定义.
| final K com.netease.nimlib.sdk.util.Entry< K extends Serializable, V extends Serializable >.key |
在文件 Entry.java 第 10 行定义.
| final V com.netease.nimlib.sdk.util.Entry< K extends Serializable, V extends Serializable >.value |
在文件 Entry.java 第 11 行定义.
1.8.11