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.
|
initialize
HierarchicalArrayUpdater.HierarchicalUpdate startUpdate(int sizeChange)
ArrayUpdater
startUpdate
in interface ArrayUpdater
sizeChange
- the size of the array where changes happenedCopyright © 2021. All rights reserved.