Package com.google.protobuf
Interface ListFieldSchema
- All Known Implementing Classes:
ListFieldSchemaFull
,ListFieldSchemaLite
Utility class that aids in properly manipulating list fields for either the lite or full runtime.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
makeImmutableListAt
(Object msg, long offset) <L> void
mergeListsAt
(Object msg, Object otherMsg, long offset) <L> List
<L> mutableListAt
(Object msg, long offset)
-
Method Details
-
mutableListAt
-
makeImmutableListAt
-
mergeListsAt
-