public interface DynamicSequence extends Sequence
| Modifier and Type | Method and Description |
|---|---|
void |
aggressiveTrimToSize()
Trim the internal data structure to fit the actual number of elements.
|
void |
append(long value)
Append a new value after the last position, increasing the number of elements by one.
|
void |
set(long index,
long value)
Set a new value at the specified position.
|
void |
trimToSize()
Trim the internal data structure to fit the actual number of elements.
|
void set(long index,
long value)
index - value - void append(long value)
value - void trimToSize()
void aggressiveTrimToSize()
Copyright © 2018 DataWeb Research. All rights reserved.