Uses of Interface
com.google.protobuf.Internal.EnumLiteMap
-
-
Uses of Internal.EnumLiteMap in com.google.protobuf
Methods in com.google.protobuf that return Internal.EnumLiteMap Modifier and Type Method Description static Internal.EnumLiteMap<Field.Cardinality>Field.Cardinality. internalGetValueMap()static Internal.EnumLiteMap<Field.Kind>Field.Kind. internalGetValueMap()static Internal.EnumLiteMap<NullValue>NullValue. internalGetValueMap()static Internal.EnumLiteMap<Syntax>Syntax. internalGetValueMap()Methods in com.google.protobuf with parameters of type Internal.EnumLiteMap 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)static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newRepeatedGeneratedExtension(ContainingType containingTypeDefaultInstance, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, boolean isPacked, java.lang.Class singularType)For use by generated code only.static <ContainingType extends MessageLite,Type>
GeneratedMessageLite.GeneratedExtension<ContainingType,Type>GeneratedMessageLite. newSingularGeneratedExtension(ContainingType containingTypeDefaultInstance, Type defaultValue, MessageLite messageDefaultInstance, Internal.EnumLiteMap<?> enumTypeMap, int number, WireFormat.FieldType type, java.lang.Class singularType)For use by generated code only.
-