Uses of Interface
com.google.protobuf.Descriptors.NumberGetter
-
Packages that use Descriptors.NumberGetter Package Description com.google.protobuf -
-
Uses of Descriptors.NumberGetter in com.google.protobuf
Fields in com.google.protobuf declared as Descriptors.NumberGetter Modifier and Type Field Description (package private) static Descriptors.NumberGetter<Descriptors.EnumValueDescriptor>
Descriptors.EnumValueDescriptor. NUMBER_GETTER
private static Descriptors.NumberGetter<Descriptors.FieldDescriptor>
Descriptors.FieldDescriptor. NUMBER_GETTER
Methods in com.google.protobuf with parameters of type Descriptors.NumberGetter Modifier and Type Method Description private static <T> T
Descriptors. binarySearch(T[] array, int size, Descriptors.NumberGetter<T> getter, int number)
-