BTree tree = table.getBTree( values.getBTreeRedirect() );
dupsCursor = new KeyBTreeCursor<V>( tree, table.getValueComparator() );
}
catch( IOException e )
{
throw new CursorException( e );
}
}
/*
* Since only tables with duplicate keys enabled use this