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, boolean resolveLazyFields) (package private) static <FieldDescriptorT extends FieldSet.FieldDescriptorLite<FieldDescriptorT>>
SmallSortedMap<FieldDescriptorT, 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 SmallSortedMapModifierConstructorDescriptionprivateBuilder(SmallSortedMap<T, Object> fields) privateFieldSet(SmallSortedMap<T, Object> fields)