/*
* Find previous child BIN by matching idKey rather than
* using result.index, as in getNextBinInternal (see
* comments there).
*/
int parentIndex = parent.findEntry(idKey, false, false);
if (forward ?
(parentIndex == parent.getNEntries() - 1) :
(parentIndex == 0)) {
/*