Stay organized with collections
Save and categorize content based on your preferences.
public class MapEntryLite<K,V>
Implements the lite version of map entry messages.
This class serves as an utility class to help do serialization/parsing of map entries. It's
used in generated code and also in the full version MapEntry message.
<K,V>newDefaultInstance(WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue)
public static MapEntryLite<K,V> <K,V>newDefaultInstance(WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue)
Creates a default MapEntryLite message instance.
This method is used by generated code to create the default instance for a map entry
message. The created default instance should be used to create new map entry messages of the
same type. For each map entry message, only one default instance should be created.
computeMessageSize(int fieldNumber, K key, V value)
public int computeMessageSize(int fieldNumber, K key, V value)
Computes the message size for the provided key and value as though they were wrapped by a
MapEntryLite. This helper method avoids allocation of a MapEntryLite built with
a key and value and is called from generated code directly.
serializeTo(CodedOutputStream output, int fieldNumber, K key, V value)
public void serializeTo(CodedOutputStream output, int fieldNumber, K key, V value)
Serializes the provided key and value as though they were wrapped by a MapEntryLite to
the output stream. This helper method avoids allocation of a MapEntryLite built with a
key and value and is called from generated code directly.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-19 UTC."],[],[]]