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