Uses of Interface
com.google.protobuf.Internal.EnumLite

Uses of Internal.EnumLite in com.google.protobuf
 

Classes in com.google.protobuf with type parameters of type Internal.EnumLite
static interface Internal.EnumLiteMap<T extends Internal.EnumLite>
          Interface for an object which maps integers to Internal.EnumLites.
 

Subinterfaces of Internal.EnumLite in com.google.protobuf
 interface ProtocolMessageEnum
          Interface of useful methods added to all enums generated by the protocol compiler.
 

Classes in com.google.protobuf that implement Internal.EnumLite
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.
 

Methods in com.google.protobuf with parameters of type Internal.EnumLite
protected static int AbstractMessage.hashEnum(Internal.EnumLite e)
          Helper method for implementing Message.hashCode().
 

Method parameters in com.google.protobuf with type arguments of type Internal.EnumLite
protected static int AbstractMessage.hashEnumList(java.util.List<? extends Internal.EnumLite> list)
          Helper method for implementing Message.hashCode().
 



Copyright © 2008-2011 Google. All Rights Reserved.