Uses of Interface
com.google.protobuf.Internal.ProtobufList
Packages that use Internal.ProtobufList
-
Uses of Internal.ProtobufList in com.google.protobuf
Subinterfaces of Internal.ProtobufList in com.google.protobufModifier and TypeInterfaceDescriptionstatic interface
AList
implementation that avoids boxing the elements into Booleans if possible.static interface
AList
implementation that avoids boxing the elements into Doubles if possible.static interface
AList
implementation that avoids boxing the elements into Floats if possible.static interface
AList
implementation that avoids boxing the elements into Integers if possible.static interface
AList
implementation that avoids boxing the elements into Longs if possible.Classes in com.google.protobuf that implement Internal.ProtobufListModifier and TypeClassDescriptionclass
An implementation ofLazyStringList
that wraps anArrayList
.Methods in com.google.protobuf with type parameters of type Internal.ProtobufListModifier and TypeMethodDescriptionprotected static <ListT extends Internal.ProtobufList<?>>
ListTGeneratedMessage.makeMutableCopy
(ListT list) protected static <ListT extends Internal.ProtobufList<?>>
ListTGeneratedMessage.makeMutableCopy
(ListT list, int minCapacity) Methods in com.google.protobuf that return Internal.ProtobufListModifier and TypeMethodDescriptionprotected static <T> Internal.ProtobufList
<T> protected static <E> Internal.ProtobufList
<E> GeneratedMessageLite.emptyProtobufList()
protected static <E> Internal.ProtobufList
<E> GeneratedMessageLite.mutableCopy
(Internal.ProtobufList<E> list) Internal.ProtobufList.mutableCopyWithCapacity
(int capacity) Returns a mutable clone of this list with the specified capacity.Methods in com.google.protobuf with parameters of type Internal.ProtobufListModifier and TypeMethodDescriptionprotected static <E> Internal.ProtobufList
<E> GeneratedMessageLite.mutableCopy
(Internal.ProtobufList<E> list)