public static interface Client.SideChainIdAndHeightDictOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsIdHeightDict(int key)
map<int32, int64> id_height_dict = 1; |
Map<Integer,Long> |
getIdHeightDict()
已过时。
|
int |
getIdHeightDictCount()
map<int32, int64> id_height_dict = 1; |
Map<Integer,Long> |
getIdHeightDictMap()
map<int32, int64> id_height_dict = 1; |
long |
getIdHeightDictOrDefault(int key,
long defaultValue)
map<int32, int64> id_height_dict = 1; |
long |
getIdHeightDictOrThrow(int key)
map<int32, int64> id_height_dict = 1; |
int getIdHeightDictCount()
map<int32, int64> id_height_dict = 1;boolean containsIdHeightDict(int key)
map<int32, int64> id_height_dict = 1;@Deprecated Map<Integer,Long> getIdHeightDict()
getIdHeightDictMap() instead.long getIdHeightDictOrDefault(int key,
long defaultValue)
map<int32, int64> id_height_dict = 1;long getIdHeightDictOrThrow(int key)
map<int32, int64> id_height_dict = 1;Copyright © 2020. All rights reserved.