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) classIntArrayListAn implementation ofInternal.IntListon top of a primitive array.Fields in com.google.protobuf declared as Internal.IntList Modifier and Type Field Description private Internal.IntListInternal.IntListAdapter. fromListprivate Internal.IntListDescriptorProtos.GeneratedCodeInfo.Annotation. path_private Internal.IntListDescriptorProtos.SourceCodeInfo.Location. path_private Internal.IntListDescriptorProtos.FileDescriptorProto. publicDependency_private Internal.IntListDescriptorProtos.SourceCodeInfo.Location. span_private Internal.IntListDescriptorProtos.FieldOptions. targets_private Internal.IntListDescriptorProtos.FileDescriptorProto. weakDependency_Methods in com.google.protobuf that return Internal.IntList Modifier and Type Method Description protected static Internal.IntListGeneratedMessage. emptyIntList()protected static Internal.IntListGeneratedMessageLite. emptyIntList()protected static Internal.IntListGeneratedMessageLite. mutableCopy(Internal.IntList list)protected static Internal.IntListGeneratedMessageV3. mutableCopy(Internal.IntList list)Deprecated.Internal.IntListIntArrayList. mutableCopyWithCapacity(int capacity)Internal.IntListInternal.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.IntListGeneratedMessageLite. mutableCopy(Internal.IntList list)protected static Internal.IntListGeneratedMessageV3. 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)
-