* See if we need to descend further. If fetchTarget
* returns null, a deleted LN was cleaned.
*/
Node n = null;
if (!in.isEntryKnownDeleted(index)) {
n = in.fetchTarget(index);
}
if (n != null && n.containsDuplicates()) {
DIN dupRoot = (DIN) n;
dupRoot.latch();