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.CardinalityProtobuf enumgoogle.protobuf.Field.Cardinalitystatic classField.KindProtobuf enumgoogle.protobuf.Field.KindclassNullValueProtobuf enumgoogle.protobuf.NullValueclassSyntaxProtobuf enumgoogle.protobuf.SyntaxMethods in com.google.protobuf with type parameters of type Internal.EnumLite Modifier and Type Method Description static <T extends Internal.EnumLite>
Internal.MapAdapter.Converter<java.lang.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(java.util.List<? extends Internal.EnumLite> list)Helper method for implementingMessage#hashCode()for enum lists.
-