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 Modifier and Type Interface Description static interfaceInternal.EnumLiteMap<T extends Internal.EnumLite>Interface for an object which maps integers toInternal.EnumLites.Classes in com.google.protobuf that implement Internal.EnumLite Modifier and Type Class Description static classField.CardinalityWhether a field is optional, required, or repeated.static classField.KindBasic field types.classNullValue`NullValue` is a singleton enumeration to represent the null value for the `Value` type union.classSyntaxThe syntax in which a protocol buffer element is defined.Methods in com.google.protobuf with type parameters of type Internal.EnumLite Modifier and Type Method Description static <T extends Internal.EnumLite>
Internal.MapAdapter.Converter<Integer,T>Internal.MapAdapter. newEnumConverter(Internal.EnumLiteMap<T> enumMap, T unrecognizedValue)Methods in com.google.protobuf with parameters of type Internal.EnumLite Modifier and Type Method Description static intInternal. hashEnum(Internal.EnumLite e)Helper method for implementingMessage#hashCode()for enums.Method parameters in com.google.protobuf with type arguments of type Internal.EnumLite Modifier and Type Method Description static intInternal. hashEnumList(List<? extends Internal.EnumLite> list)Helper method for implementingMessage#hashCode()for enum lists.
-