Interface Osmformat.StringTableOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      proto4.ByteString getS​(int index)
      repeated bytes s = 1;
      int getSCount()
      repeated bytes s = 1;
      List<proto4.ByteString> getSList()
      repeated bytes s = 1;
      • Methods inherited from interface proto4.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface proto4.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getSList

        List<proto4.ByteString> getSList()
        repeated bytes s = 1;
        Returns:
        A list containing the s.
      • getSCount

        int getSCount()
        repeated bytes s = 1;
        Returns:
        The count of s.
      • getS

        proto4.ByteString getS​(int index)
        repeated bytes s = 1;
        Parameters:
        index - The index of the element to return.
        Returns:
        The s at the given index.