Package com.google.protobuf
Class ListFieldSchemaLite
java.lang.Object
com.google.protobuf.ListFieldSchemaLite
- All Implemented Interfaces:
ListFieldSchema
Utility class that aids in properly manipulating list fields for either the lite or full runtime.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static <E> Internal.ProtobufList<E> getProtobufList(Object message, long offset) voidmakeImmutableListAt(Object message, long offset) <E> voidmergeListsAt(Object msg, Object otherMsg, long offset) <L> List<L> mutableListAt(Object message, long offset)
-
Constructor Details
-
ListFieldSchemaLite
ListFieldSchemaLite()
-
-
Method Details
-
mutableListAt
- Specified by:
mutableListAtin interfaceListFieldSchema
-
makeImmutableListAt
- Specified by:
makeImmutableListAtin interfaceListFieldSchema
-
mergeListsAt
- Specified by:
mergeListsAtin interfaceListFieldSchema
-
getProtobufList
-