public boolean locate_last_element_with_key(
     org.omg.CORBA.Any key, org.omg.CosCollection.Iterator where)
     throws org.omg.CosCollection.KeyInvalid, org.omg.CosCollection.IteratorInvalid {
   return _delegate.locate_last_element_with_key(key, where);
 }