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.fields
private final SmallSortedMap
<T, Object> FieldSet.fields
Methods 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, boolean resolveLazyFields) (package private) static <FieldDescriptorType extends FieldSet.FieldDescriptorLite<FieldDescriptorType>>
SmallSortedMap<FieldDescriptorType, Object> SmallSortedMap.newFieldMap()
Creates a new instance for mapping FieldDescriptors to their values.(package private) static <K extends Comparable<K>,
V>
SmallSortedMap<K, V> SmallSortedMap.newInstanceForTest()
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, boolean resolveLazyFields) 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 SmallSortedMapModifierConstructorDescriptionprivate
Builder
(SmallSortedMap<T, Object> fields) private
FieldSet
(SmallSortedMap<T, Object> fields)