Package com.google.protobuf
Interface ListFieldSchema
-
- All Known Implementing Classes:
ListFieldSchemaFull
,ListFieldSchemaLite
@CheckReturnValue interface ListFieldSchema
Utility class that aids in properly manipulating list fields for either the lite or full runtime.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
makeImmutableListAt(java.lang.Object msg, long offset)
<L> void
mergeListsAt(java.lang.Object msg, java.lang.Object otherMsg, long offset)
<L> java.util.List<L>
mutableListAt(java.lang.Object msg, long offset)
-