public static interface MapTrieProtoBuf.NodeOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsChild(long key)
map<int64, .Node> child = 1; |
Map<Long,MapTrieProtoBuf.Node> |
getChild()
已过时。
|
int |
getChildCount()
map<int64, .Node> child = 1; |
Map<Long,MapTrieProtoBuf.Node> |
getChildMap()
map<int64, .Node> child = 1; |
MapTrieProtoBuf.Node |
getChildOrDefault(long key,
MapTrieProtoBuf.Node defaultValue)
map<int64, .Node> child = 1; |
MapTrieProtoBuf.Node |
getChildOrThrow(long key)
map<int64, .Node> child = 1; |
int getChildCount()
map<int64, .Node> child = 1;boolean containsChild(long key)
map<int64, .Node> child = 1;@Deprecated Map<Long,MapTrieProtoBuf.Node> getChild()
getChildMap() instead.Map<Long,MapTrieProtoBuf.Node> getChildMap()
map<int64, .Node> child = 1;MapTrieProtoBuf.Node getChildOrDefault(long key, MapTrieProtoBuf.Node defaultValue)
map<int64, .Node> child = 1;MapTrieProtoBuf.Node getChildOrThrow(long key)
map<int64, .Node> child = 1;Copyright © 2024. All rights reserved.