Uses of Class
com.google.protobuf.FloatArrayList
Packages that use FloatArrayList
-
Uses of FloatArrayList in com.google.protobuf
Fields in com.google.protobuf declared as FloatArrayListMethods in com.google.protobuf that return FloatArrayListMethods in com.google.protobuf with parameters of type FloatArrayListModifier and TypeMethodDescriptionprivate voidBinaryWriter.writeFloatList_Internal(int fieldNumber, FloatArrayList list, boolean packed) private voidCodedOutputStreamWriter.writeFloatListInternal(int fieldNumber, FloatArrayList value, boolean packed) Constructors in com.google.protobuf with parameters of type FloatArrayListModifierConstructorDescription(package private)FloatArrayList(FloatArrayList other, boolean isMutable) Constructs a new mutableFloatArrayListcontaining the same elements asother.