A specific binary search method for the leaf node. This adapted from the standard binary
search implementation in the Collections API.
Note need to investigate the use of the Uniform Binary Search variations in Knuth Soting and searching.
Parameters: list1 - - the list to search
Parameters: obj - - the object to find A leafnodeEntry if one is matched - otherwise null; |