Uses of Interface
com.google.protobuf.Internal.ProtobufList
-
Packages that use Internal.ProtobufList Package Description com.google.protobuf -
-
Uses of Internal.ProtobufList in com.google.protobuf
Subinterfaces of Internal.ProtobufList in com.google.protobuf Modifier and Type Interface Description static interfaceInternal.BooleanListAListimplementation that avoids boxing the elements into Booleans if possible.static interfaceInternal.DoubleListAListimplementation that avoids boxing the elements into Doubles if possible.static interfaceInternal.FloatListAListimplementation that avoids boxing the elements into Floats if possible.static interfaceInternal.IntListAListimplementation that avoids boxing the elements into Integers if possible.static interfaceInternal.LongListAListimplementation that avoids boxing the elements into Longs if possible.Classes in com.google.protobuf that implement Internal.ProtobufList Modifier and Type Class Description classLazyStringArrayListAn implementation ofLazyStringListthat wraps an ArrayList.Methods in com.google.protobuf that return Internal.ProtobufList Modifier and Type Method Description protected static <E> Internal.ProtobufList<E>GeneratedMessageLite. emptyProtobufList()protected static <E> Internal.ProtobufList<E>GeneratedMessageLite. mutableCopy(Internal.ProtobufList<E> list)Internal.ProtobufList<E>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.ProtobufList Modifier and Type Method Description protected static <E> Internal.ProtobufList<E>GeneratedMessageLite. mutableCopy(Internal.ProtobufList<E> list)
-