public interface HierarchicalArrayUpdater extends ArrayUpdater
For internal use only. May be renamed or removed in a future release.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
HierarchicalArrayUpdater.HierarchicalUpdate
Array updater strategy that is aware of hierarchical changes.
|
ArrayUpdater.Update| Modifier and Type | Method and Description |
|---|---|
HierarchicalArrayUpdater.HierarchicalUpdate |
startUpdate(int sizeChange)
Starts update of an array.
|
initializeHierarchicalArrayUpdater.HierarchicalUpdate startUpdate(int sizeChange)
ArrayUpdaterstartUpdate in interface ArrayUpdatersizeChange - the size of the array where changes happenedCopyright © 2025. All rights reserved.