SplayTree: Add PreviousDontSplay to IteratableSplayTree.
This commit is contained in:
@@ -563,6 +563,11 @@ public:
|
||||
return fTree.IsEmpty();
|
||||
}
|
||||
|
||||
Node* PreviousDontSplay(const Key& key)
|
||||
{
|
||||
return fTree.PreviousDontSplay(key);
|
||||
}
|
||||
|
||||
Node* FindClosest(const Key& key, bool greater, bool orEqual)
|
||||
{
|
||||
return fTree.FindClosest(key, greater, orEqual);
|
||||
|
||||
Reference in New Issue
Block a user