Uses of Class
com.google.protobuf.BooleanArrayList
Packages that use BooleanArrayList
-
Uses of BooleanArrayList in com.google.protobuf
Fields in com.google.protobuf declared as BooleanArrayListModifier and TypeFieldDescriptionprivate static final BooleanArrayListBooleanArrayList.EMPTY_LISTMethods in com.google.protobuf that return BooleanArrayListMethods in com.google.protobuf with parameters of type BooleanArrayListModifier and TypeMethodDescriptionprivate voidBinaryWriter.writeBoolList_Internal(int fieldNumber, BooleanArrayList list, boolean packed) private voidCodedOutputStreamWriter.writeBoolListInternal(int fieldNumber, BooleanArrayList value, boolean packed) Constructors in com.google.protobuf with parameters of type BooleanArrayListModifierConstructorDescription(package private)BooleanArrayList(BooleanArrayList other, boolean isMutable) Constructs a new mutableBooleanArrayListcontaining the same elements asother.