Uses of Interface
com.google.protobuf.LazyStringList
Packages that use LazyStringList
-
Uses of LazyStringList in com.google.protobuf
Classes in com.google.protobuf that implement LazyStringListModifier and TypeClassDescriptionclass
An implementation ofLazyStringList
that wraps anArrayList
.class
Deprecated.Fields in com.google.protobuf declared as LazyStringListModifier and TypeFieldDescriptionstatic final LazyStringList
LazyStringArrayList.EMPTY
Deprecated.useLazyStringArrayList.emptyList()
insteadMethods in com.google.protobuf that return LazyStringListModifier and TypeMethodDescriptionLazyStringArrayList.getUnmodifiableView()
LazyStringList.getUnmodifiableView()
Returns an unmodifiable view of the list.UnmodifiableLazyStringList.getUnmodifiableView()
Deprecated.Methods in com.google.protobuf with parameters of type LazyStringListModifier and TypeMethodDescriptionvoid
LazyStringArrayList.mergeFrom
(LazyStringList other) void
LazyStringList.mergeFrom
(LazyStringList other) Merges all elements from another LazyStringList into this one.void
UnmodifiableLazyStringList.mergeFrom
(LazyStringList other) Deprecated.Constructors in com.google.protobuf with parameters of type LazyStringListModifierConstructorDescriptionDeprecated.
Internal.ProtobufList.makeImmutable()
instead.