Uses of Class
com.google.protobuf.SmallSortedMap
Packages that use SmallSortedMap
-
Uses of SmallSortedMap in com.google.protobuf
Fields in com.google.protobuf declared as SmallSortedMapModifier and TypeFieldDescriptionprivate SmallSortedMap<T, Object> FieldSet.Builder.fieldsprivate final SmallSortedMap<T, Object> FieldSet.fieldsMethods in com.google.protobuf that return SmallSortedMapModifier and TypeMethodDescriptionprivate static <T extends FieldSet.FieldDescriptorLite<T>>
SmallSortedMap<T, Object> FieldSet.cloneAllFieldsMap(SmallSortedMap<T, Object> fields, boolean copyList) (package private) static <FieldDescriptorType extends FieldSet.FieldDescriptorLite<FieldDescriptorType>>
SmallSortedMap<FieldDescriptorType, Object> SmallSortedMap.newFieldMap(int arraySize) Creates a new instance for mapping FieldDescriptors to their values.(package private) static <K extends Comparable<K>, V>
SmallSortedMap<K, V> SmallSortedMap.newInstanceForTest(int arraySize) Creates a new instance for testing.Methods in com.google.protobuf with parameters of type SmallSortedMapModifier and TypeMethodDescriptionprivate static <T extends FieldSet.FieldDescriptorLite<T>>
SmallSortedMap<T, Object> FieldSet.cloneAllFieldsMap(SmallSortedMap<T, Object> fields, boolean copyList) private static <T extends FieldSet.FieldDescriptorLite<T>>
voidFieldSet.Builder.replaceBuilders(SmallSortedMap<T, Object> fieldMap, boolean partial) Constructors in com.google.protobuf with parameters of type SmallSortedMapModifierConstructorDescriptionprivateBuilder(SmallSortedMap<T, Object> fields) privateFieldSet(SmallSortedMap<T, Object> fields)