public static interface CoreNLPProtos.MapStringStringOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getKey(int index)
repeated string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes(int index)
repeated string key = 1; |
int |
getKeyCount()
repeated string key = 1; |
List<String> |
getKeyList()
repeated string key = 1; |
String |
getValue(int index)
repeated string value = 2; |
com.google.protobuf.ByteString |
getValueBytes(int index)
repeated string value = 2; |
int |
getValueCount()
repeated string value = 2; |
List<String> |
getValueList()
repeated string value = 2; |
int getKeyCount()
repeated string key = 1;String getKey(int index)
repeated string key = 1;com.google.protobuf.ByteString getKeyBytes(int index)
repeated string key = 1;int getValueCount()
repeated string value = 2;String getValue(int index)
repeated string value = 2;com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 2;