| Constructor and Description |
|---|
NodeAndEntries(Optional<? extends Node<T,S>> node,
List<Entry<T,S>> entries,
int countDeleted)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
countDeleted() |
List<Entry<T,S>> |
entriesToAdd() |
Optional<? extends Node<T,S>> |
node() |
public NodeAndEntries(Optional<? extends Node<T,S>> node, List<Entry<T,S>> entries, int countDeleted)
node - absent = whole node was deleted present = either an unchanged
node because of no removal or the newly created node without
the deleted entryentries - from nodes that dropped below minChildren in size and thus
their entries are to be redistributed (readded to the tree)countDeleted - count of the number of entries removedCopyright © 2013–2023. All rights reserved.