Uses of Interface
com.google.protobuf.Internal.DoubleList
-
Packages that use Internal.DoubleList Package Description com.google.protobuf -
-
Uses of Internal.DoubleList in com.google.protobuf
Classes in com.google.protobuf that implement Internal.DoubleList Modifier and Type Class Description (package private) classDoubleArrayListAn implementation ofInternal.DoubleListon top of a primitive array.Methods in com.google.protobuf that return Internal.DoubleList Modifier and Type Method Description protected static Internal.DoubleListGeneratedMessageLite. emptyDoubleList()protected static Internal.DoubleListGeneratedMessageV3. emptyDoubleList()protected static Internal.DoubleListGeneratedMessageLite. mutableCopy(Internal.DoubleList list)protected static Internal.DoubleListGeneratedMessageV3. mutableCopy(Internal.DoubleList list)Internal.DoubleListDoubleArrayList. mutableCopyWithCapacity(int capacity)Internal.DoubleListInternal.DoubleList. mutableCopyWithCapacity(int capacity)Returns a mutable clone of this list with the specified capacity.protected static Internal.DoubleListGeneratedMessageV3. newDoubleList()Methods in com.google.protobuf with parameters of type Internal.DoubleList Modifier and Type Method Description protected static Internal.DoubleListGeneratedMessageLite. mutableCopy(Internal.DoubleList list)protected static Internal.DoubleListGeneratedMessageV3. mutableCopy(Internal.DoubleList list)
-