public static interface CoreNLPProtos.MapStringStringOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.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; |
java.util.List<java.lang.String> |
getKeyList()
repeated string key = 1; |
java.lang.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; |
java.util.List<java.lang.String> |
getValueList()
repeated string value = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getKeyList()
repeated string key = 1;int getKeyCount()
repeated string key = 1;java.lang.String getKey(int index)
repeated string key = 1;index - The index of the element to return.com.google.protobuf.ByteString getKeyBytes(int index)
repeated string key = 1;index - The index of the value to return.java.util.List<java.lang.String> getValueList()
repeated string value = 2;int getValueCount()
repeated string value = 2;java.lang.String getValue(int index)
repeated string value = 2;index - The index of the element to return.com.google.protobuf.ByteString getValueBytes(int index)
repeated string value = 2;index - The index of the value to return.