Package com.google.protobuf
Class MapEntryLite.Metadata<K,V>
java.lang.Object
com.google.protobuf.MapEntryLite.Metadata<K,V>
- Direct Known Subclasses:
MapEntry.Metadata
- Enclosing class:
MapEntryLite<K,
V>
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal K
final V
final WireFormat.FieldType
final WireFormat.FieldType
-
Constructor Summary
ConstructorsConstructorDescriptionMetadata
(WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue) -
Method Summary
-
Field Details
-
keyType
-
defaultKey
-
valueType
-
defaultValue
-
-
Constructor Details
-
Metadata
public Metadata(WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue)
-