-
Method Summary
void
void
void
void
btreeDidUpdate(BTree newTree,
BTree oldTree,
swim.structure.Value key,
swim.structure.Value newValue,
swim.structure.Value oldValue)
-
Method Details
-
btreeDidUpdate
void btreeDidUpdate(BTree newTree,
BTree oldTree,
swim.structure.Value key,
swim.structure.Value newValue,
swim.structure.Value oldValue)
-
btreeDidRemove
void btreeDidRemove(BTree newTree,
BTree oldTree,
swim.structure.Value key,
swim.structure.Value oldValue)
-
btreeDidDrop
void btreeDidDrop(BTree newTree,
BTree oldTree,
long lower)
-
btreeDidTake
void btreeDidTake(BTree newTree,
BTree oldTree,
long upper)