Package crosby.binary
Interface Osmformat.StringTableOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Osmformat.StringTable
,Osmformat.StringTable.Builder
- Enclosing class:
- Osmformat
public static interface Osmformat.StringTableOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.google.protobuf.ByteString
getS(int index)
repeated bytes s = 1;
int
getSCount()
repeated bytes s = 1;
java.util.List<com.google.protobuf.ByteString>
getSList()
repeated bytes s = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSList
java.util.List<com.google.protobuf.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
com.google.protobuf.ByteString getS(int index)
repeated bytes s = 1;
- Parameters:
index
- The index of the element to return.- Returns:
- The s at the given index.
-
-