public class PackedLongArray extends AbstractPackedLongArray
get(), set(),
add() and increment() operations on the logical contents of the array.| Constructor and Description |
|---|
PackedLongArray(int virtualLength) |
PackedLongArray(int virtualLength,
int initialPhysicalLength) |
| Modifier and Type | Method and Description |
|---|---|
PackedLongArray |
copy()
Create a copy of this array, complete with data and everything.
|
void |
setVirtualLength(int newVirtualArrayLength)
Set a new virtual length for the array.
|
add, add, clear, equals, get, getEndTimeStamp, getPhysicalLength, getStartTimeStamp, hashCode, increment, iterator, length, nonZeroValues, set, setEndTimeStamp, setStartTimeStamp, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic PackedLongArray(int virtualLength)
public PackedLongArray(int virtualLength,
int initialPhysicalLength)
public void setVirtualLength(int newVirtualArrayLength)
AbstractPackedLongArraysetVirtualLength in class AbstractPackedLongArraynewVirtualArrayLength - thepublic PackedLongArray copy()
AbstractPackedLongArraycopy in class AbstractPackedLongArrayCopyright © 2025. All rights reserved.