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> FieldSet.Builder.fieldsprivate final SmallSortedMap<T> FieldSet.fieldsMethods in com.google.protobuf that return SmallSortedMapModifier and TypeMethodDescriptionprivate static <T extends FieldSet.FieldDescriptorLite<T>>
SmallSortedMap<T> FieldSet.cloneAllFieldsMap(SmallSortedMap<T> fields, boolean copyList, boolean resolveLazyFields) Methods in com.google.protobuf with parameters of type SmallSortedMapModifier and TypeMethodDescriptionprivate static <T extends FieldSet.FieldDescriptorLite<T>>
SmallSortedMap<T> FieldSet.cloneAllFieldsMap(SmallSortedMap<T> fields, boolean copyList, boolean resolveLazyFields) private static booleanFieldSet.equals(SmallSortedMap<?> m1, SmallSortedMap<?> m2) private static <T extends FieldSet.FieldDescriptorLite<T>>
voidFieldSet.Builder.replaceBuilders(SmallSortedMap<T> fieldMap, boolean partial) Constructors in com.google.protobuf with parameters of type SmallSortedMapModifierConstructorDescriptionprivateBuilder(SmallSortedMap<T> fields) privateFieldSet(SmallSortedMap<T> fields)