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 Type
    Method
    Description
    boolean
    map<string, string> cache = 3;
    Deprecated.
    int
    map<string, string> cache = 3;
    map<string, string> cache = 3;
    getCacheOrDefault(String key, String defaultValue)
    map<string, string> cache = 3;
    map<string, string> cache = 3;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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

      boolean containsCache(String key)
      map<string, string> cache = 3;
    • getCache

      Deprecated.
      Use getCacheMap() instead.
    • getCacheMap

      Map<String,String> getCacheMap()
      map<string, string> cache = 3;
    • getCacheOrDefault

      String getCacheOrDefault(String key, String defaultValue)
      map<string, string> cache = 3;
    • getCacheOrThrow

      String getCacheOrThrow(String key)
      map<string, string> cache = 3;