return;
}
//the input is all that was found. jump to last record.
if( Arrays.equals(nextKey.get(0),key.getBytes()) && nextKey.size() == 1){
if(!cursor.last())
throw new RuntimeException("Can't jump to last record");
}else{
//jump to key ahead of our input key
if(nextKey.size() == 1){