Uses of Interface
com.google.protobuf.Internal.IntList
-
Packages that use Internal.IntList Package Description com.google.protobuf -
-
Uses of Internal.IntList in com.google.protobuf
Classes in com.google.protobuf that implement Internal.IntList Modifier and Type Class Description (package private) class
IntArrayList
An implementation ofInternal.IntList
on top of a primitive array.Fields in com.google.protobuf declared as Internal.IntList Modifier and Type Field Description private Internal.IntList
Internal.IntListAdapter. fromList
private Internal.IntList
DescriptorProtos.GeneratedCodeInfo.Annotation. path_
private Internal.IntList
DescriptorProtos.SourceCodeInfo.Location. path_
private Internal.IntList
DescriptorProtos.FileDescriptorProto. publicDependency_
private Internal.IntList
DescriptorProtos.SourceCodeInfo.Location. span_
private Internal.IntList
DescriptorProtos.FieldOptions. targets_
private Internal.IntList
DescriptorProtos.FileDescriptorProto. weakDependency_
Methods in com.google.protobuf that return Internal.IntList Modifier and Type Method Description protected static Internal.IntList
GeneratedMessage. emptyIntList()
protected static Internal.IntList
GeneratedMessageLite. emptyIntList()
protected static Internal.IntList
GeneratedMessageLite. mutableCopy(Internal.IntList list)
protected static Internal.IntList
GeneratedMessageV3. mutableCopy(Internal.IntList list)
Deprecated.Internal.IntList
IntArrayList. mutableCopyWithCapacity(int capacity)
Internal.IntList
Internal.IntList. mutableCopyWithCapacity(int capacity)
Returns a mutable clone of this list with the specified capacity.Methods in com.google.protobuf with parameters of type Internal.IntList Modifier and Type Method Description protected static Internal.IntList
GeneratedMessageLite. mutableCopy(Internal.IntList list)
protected static Internal.IntList
GeneratedMessageV3. mutableCopy(Internal.IntList list)
Deprecated.Constructors in com.google.protobuf with parameters of type Internal.IntList Constructor Description IntListAdapter(Internal.IntList fromList, Internal.IntListAdapter.IntConverter<T> converter)
-