| Modifier and Type | Interface and Description |
|---|---|
static interface |
Internal.EnumLiteMap<T extends Internal.EnumLite>
Interface for an object which maps integers to
Internal.EnumLites. |
| Modifier and Type | Class and Description |
|---|---|
static class |
Field.Cardinality
Whether a field is optional, required, or repeated.
|
static class |
Field.Kind
Basic field types.
|
class |
NullValue
`NullValue` is a singleton enumeration to represent the null value for the
`Value` type union.
|
class |
Syntax
The syntax in which a protocol buffer element is defined.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Internal.EnumLite> |
Internal.MapAdapter.newEnumConverter(Internal.EnumLiteMap<T> enumMap,
T unrecognizedValue) |
| Modifier and Type | Method and Description |
|---|---|
static int |
Internal.hashEnum(Internal.EnumLite e)
Helper method for implementing
Message#hashCode() for enums. |
| Modifier and Type | Method and Description |
|---|---|
static int |
Internal.hashEnumList(List<? extends Internal.EnumLite> list)
Helper method for implementing
Message#hashCode() for enum lists. |
Copyright © 2008–2019. All rights reserved.