public class BooleanArrayList extends Object
Constructor and Description |
---|
BooleanArrayList(int capacity) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(boolean element) |
void |
clear() |
boolean |
isEmpty() |
int |
size() |
boolean[] |
toArray() |
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.