public ODocument checkEntry(final OIdentifiable iRecord, final Object iKey) {
   return firstIndex.checkEntry(iRecord, iKey);
 }