Interface Osmformat.StringTableOrBuilder

    • Method Summary

      Modifier and Type Method and Description
      com.google.protobuf.ByteString getS(int index)
      repeated bytes s = 1;
      int getSCount()
      repeated bytes s = 1;
      List<com.google.protobuf.ByteString> getSList()
      repeated bytes s = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getSList

        List<com.google.protobuf.ByteString> getSList()
        repeated bytes s = 1;
      • getSCount

        int getSCount()
        repeated bytes s = 1;
      • getS

        com.google.protobuf.ByteString getS(int index)
        repeated bytes s = 1;