static class MapEntryLite.Metadata<K,V>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
K |
defaultKey |
V |
defaultValue |
WireFormat.FieldType |
keyType |
WireFormat.FieldType |
valueType |
Constructor and Description |
---|
Metadata(WireFormat.FieldType keyType,
K defaultKey,
WireFormat.FieldType valueType,
V defaultValue) |
public final WireFormat.FieldType keyType
public final K defaultKey
public final WireFormat.FieldType valueType
public final V defaultValue
public Metadata(WireFormat.FieldType keyType, K defaultKey, WireFormat.FieldType valueType, V defaultValue)