Interface HyphenatorMessageOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
HyphenatorMessage,HyphenatorMessage.Builder
public interface HyphenatorMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsCache(String key) map<string, string> cache = 3;getCache()Deprecated.intmap<string, string> cache = 3;map<string, string> cache = 3;getCacheOrDefault(String key, String defaultValue) map<string, string> cache = 3;getCacheOrThrow(String key) map<string, string> cache = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCacheCount
int getCacheCount()map<string, string> cache = 3; -
containsCache
map<string, string> cache = 3; -
getCache
Deprecated.UsegetCacheMap()instead. -
getCacheMap
map<string, string> cache = 3; -
getCacheOrDefault
map<string, string> cache = 3; -
getCacheOrThrow
map<string, string> cache = 3;
-