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 TypeMethodDescriptionvoidmakeImmutableListAt(Object msg, long offset) <L> voidmergeListsAt(Object msg, Object otherMsg, long offset) <L> List<L> mutableListAt(Object msg, long offset)
-
Method Details
-
mutableListAt
-
makeImmutableListAt
-
mergeListsAt
-