fn getMax(self: Self) ?*Node

Returns the largest Node by key in the treap if there is one. Use getEntryForExisting() to replace/remove this Node from the treap.

Parameters

self: Self,