Interface Osmformat.StringTableOrBuilder
-
- All Superinterfaces:
proto4.MessageLiteOrBuilder
,proto4.MessageOrBuilder
- All Known Implementing Classes:
Osmformat.StringTable
,Osmformat.StringTable.Builder
- Enclosing class:
- Osmformat
public static interface Osmformat.StringTableOrBuilder extends proto4.MessageOrBuilder
-
-
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;
-
-
-
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.
-
-