Function BTree.Node.findFirstGE

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

BTree.Iterator findFirstGE (
  ValueT v
);