Uses of Class
com.google.protobuf.DoubleArrayList
Packages that use DoubleArrayList
-
Uses of DoubleArrayList in com.google.protobuf
Fields in com.google.protobuf declared as DoubleArrayListMethods in com.google.protobuf that return DoubleArrayListMethods in com.google.protobuf with parameters of type DoubleArrayListModifier and TypeMethodDescriptionprivate voidBinaryWriter.writeDoubleList_Internal(int fieldNumber, DoubleArrayList list, boolean packed) private voidCodedOutputStreamWriter.writeDoubleListInternal(int fieldNumber, DoubleArrayList value, boolean packed) Constructors in com.google.protobuf with parameters of type DoubleArrayListModifierConstructorDescription(package private)DoubleArrayList(DoubleArrayList other, boolean isMutable) Constructs a new mutableDoubleArrayListcontaining the same elements asother.