| 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 | Interface and Description |
|---|---|
interface |
ProtocolMessageEnum
Interface of useful methods added to all enums generated by the protocol
compiler.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptorProtos.FieldDescriptorProto.Label |
static class |
DescriptorProtos.FieldDescriptorProto.Type |
static class |
DescriptorProtos.FieldOptions.CType |
static class |
DescriptorProtos.FileOptions.OptimizeMode |
static class |
Descriptors.EnumValueDescriptor
Describes one value within an enum type.
|
| Modifier and Type | Method and Description |
|---|---|
protected static int |
AbstractMessage.hashEnum(Internal.EnumLite e)
Helper method for implementing
Message.hashCode(). |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
AbstractMessage.hashEnumList(List<? extends Internal.EnumLite> list)
Helper method for implementing
Message.hashCode(). |
Copyright © 2008–2013 Google. All rights reserved.