webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Public Member Functions | Static Public Member Functions | List of all members
com.google.protobuf.MapEntryLite< K, V > Class Template Reference
Inheritance diagram for com.google.protobuf.MapEntryLite< K, V >:
com.google.protobuf.AbstractMessageLite< MapEntryLite< K, V >, MapEntryLite.Builder< K, V > >

Classes

class  Builder
 

Public Member Functions

K getKey ()
 
getValue ()
 
void writeTo (CodedOutputStream output) throws IOException
 
int getSerializedSize ()
 
Parser< MapEntryLite< K, V > > getParserForType ()
 
Builder< K, V > newBuilderForType ()
 
Builder< K, V > toBuilder ()
 
MapEntryLite< K, V > getDefaultInstanceForType ()
 
boolean isInitialized ()
 
- Public Member Functions inherited from com.google.protobuf.AbstractMessageLite< MapEntryLite< K, V >, MapEntryLite.Builder< K, V > >
ByteString toByteString ()
 
byte [] toByteArray ()
 
void writeTo (final OutputStream output) throws IOException
 
void writeDelimitedTo (final OutputStream output) throws IOException
 

Static Public Member Functions

static< K, V > MapEntryLite< K, V > newDefaultInstance (WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue)
 

Additional Inherited Members

- Static Protected Member Functions inherited from com.google.protobuf.AbstractMessageLite< MapEntryLite< K, V >, MapEntryLite.Builder< K, V > >
static void checkByteStringIsUtf8 (ByteString byteString) throws IllegalArgumentException
 
static< T > void addAll (final Iterable< T > values, final Collection<? super T > list)
 
- Protected Attributes inherited from com.google.protobuf.AbstractMessageLite< MapEntryLite< K, V >, MapEntryLite.Builder< K, V > >
int memoizedHashCode
 

Detailed Description

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.

Protobuf internal. Users shouldn't use.

Member Function Documentation

◆ getDefaultInstanceForType()

MapEntryLite<K, V> com.google.protobuf.MapEntryLite< K, V >.getDefaultInstanceForType ( )
inline

◆ getKey()

K com.google.protobuf.MapEntryLite< K, V >.getKey ( )
inline

◆ getParserForType()

Parser<MapEntryLite<K, V> > com.google.protobuf.MapEntryLite< K, V >.getParserForType ( )
inline

◆ getSerializedSize()

int com.google.protobuf.MapEntryLite< K, V >.getSerializedSize ( )
inline

◆ getValue()

V com.google.protobuf.MapEntryLite< K, V >.getValue ( )
inline

◆ isInitialized()

boolean com.google.protobuf.MapEntryLite< K, V >.isInitialized ( )
inline

◆ newBuilderForType()

Builder<K, V> com.google.protobuf.MapEntryLite< K, V >.newBuilderForType ( )
inline

◆ newDefaultInstance()

static <K, V> MapEntryLite<K, V> com.google.protobuf.MapEntryLite< K, V >.newDefaultInstance ( WireFormat.FieldType  keyType,
K  defaultKey,
WireFormat.FieldType  valueType,
defaultValue 
)
inlinestatic

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.

◆ toBuilder()

Builder<K, V> com.google.protobuf.MapEntryLite< K, V >.toBuilder ( )
inline

◆ writeTo()

void com.google.protobuf.MapEntryLite< K, V >.writeTo ( CodedOutputStream  output) throws IOException
inline

The documentation for this class was generated from the following file: