Function BTree.Node.findFirstGT

Recursively search for a given value and produce a result indicating whether a match was found and what it's value is.

BTree.Iterator findFirstGT (
  ValueT v
);