public interface ArrayUpdater extends Serializable
For internal use only. May be renamed or removed in a future release.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ArrayUpdater.Update
Array updater strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Initialize the array.
|
ArrayUpdater.Update |
startUpdate(int sizeChange)
Starts update of an array.
|
ArrayUpdater.Update startUpdate(int sizeChange)
sizeChange - the size of the array where changes happenedvoid initialize()
Copyright © 2025. All rights reserved.