public void replace_element_at(org.omg.CosCollection.Iterator where, org.omg.CORBA.Any element)
     throws org.omg.CosCollection.ElementInvalid, org.omg.CosCollection.IteratorInvalid,
         org.omg.CosCollection.IteratorInBetween {
   _delegate.replace_element_at(where, element);
 }