* If fetchTarget returns null, a deleted LN was
* cleaned.
*/
Node n = bin.fetchTarget(index);
if (n != null) {
containsDuplicates = n.containsDuplicates();
if (searchMode.isDataSearch()) {
if (foundExactKey) {
/* If the key matches, try the data. */
int searchResult = searchAndPositionBoth
(containsDuplicates, n, matchData,