Uses of Interface
com.google.protobuf.Internal.FloatList
-
Packages that use Internal.FloatList Package Description com.google.protobuf -
-
Uses of Internal.FloatList in com.google.protobuf
Classes in com.google.protobuf that implement Internal.FloatList Modifier and Type Class Description (package private) class
FloatArrayList
An implementation ofInternal.FloatList
on top of a primitive array.Methods in com.google.protobuf that return Internal.FloatList Modifier and Type Method Description protected static Internal.FloatList
GeneratedMessage. emptyFloatList()
protected static Internal.FloatList
GeneratedMessageLite. emptyFloatList()
protected static Internal.FloatList
GeneratedMessageLite. mutableCopy(Internal.FloatList list)
protected static Internal.FloatList
GeneratedMessageV3. mutableCopy(Internal.FloatList list)
Deprecated.Internal.FloatList
FloatArrayList. mutableCopyWithCapacity(int capacity)
Internal.FloatList
Internal.FloatList. mutableCopyWithCapacity(int capacity)
Returns a mutable clone of this list with the specified capacity.Methods in com.google.protobuf with parameters of type Internal.FloatList Modifier and Type Method Description protected static Internal.FloatList
GeneratedMessageLite. mutableCopy(Internal.FloatList list)
protected static Internal.FloatList
GeneratedMessageV3. mutableCopy(Internal.FloatList list)
Deprecated.
-