public class AdaptiveLongBigArray extends Object
| Constructor and Description |
|---|
AdaptiveLongBigArray() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
ensureCapacity(int length) |
long |
get(int index) |
long |
getRetainedSizeInBytes() |
void |
set(int index,
long value) |
void |
swap(int first,
int second) |
Copyright © 2012–2022. All rights reserved.