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
Methods in com.google.protobuf that return Internal.IntList Modifier and Type Method Description protected static Internal.IntListGeneratedMessageLite. emptyIntList()protected static Internal.IntListGeneratedMessageV3. emptyIntList()protected static Internal.IntListGeneratedMessageLite. mutableCopy(Internal.IntList list)protected static Internal.IntListGeneratedMessageV3. mutableCopy(Internal.IntList list)Internal.IntListInternal.IntList. mutableCopyWithCapacity(int capacity)Returns a mutable clone of this list with the specified capacity.protected static Internal.IntListGeneratedMessageV3. newIntList()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)
-