long value = nameValues[i];
if (value < -1) {
throw new IllegalArgumentException(
"The name values must not be less than -1");
}
String nextName = cursor.findNext(encodeString(name))
? decodeString(cursor.getKey()) : null;
BindingKey nextKey = BindingKey.getAllowLast(nextName);
if (value != -1) {
/* Set -- next name must be write locked */
checkLocked(nodeInfo, nextKey, true);