Exemplo n.º 1
0
 public boolean add_element(org.omg.CORBA.Any element)
     throws org.omg.CosCollection.ElementInvalid {
   return _delegate.add_element(element);
 }
Exemplo n.º 2
0
 public boolean locate_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_element_with_key(key, where);
 }
Exemplo n.º 3
0
 public boolean is_empty() {
   return _delegate.is_empty();
 }
Exemplo n.º 4
0
 public boolean contains_all_keys_from(org.omg.CosCollection.KeyCollection collector)
     throws org.omg.CosCollection.KeyInvalid {
   return _delegate.contains_all_keys_from(collector);
 }
Exemplo n.º 5
0
 public org.omg.CosCollection.Iterator create_iterator(boolean read_only) {
   return _delegate.create_iterator(read_only);
 }
Exemplo n.º 6
0
 public boolean retrieve_element_with_key(org.omg.CORBA.Any key, org.omg.CORBA.AnyHolder element)
     throws org.omg.CosCollection.KeyInvalid {
   return _delegate.retrieve_element_with_key(key, element);
 }
Exemplo n.º 7
0
 public int remove_all_elements_with_key(org.omg.CORBA.Any key)
     throws org.omg.CosCollection.KeyInvalid {
   return _delegate.remove_all_elements_with_key(key);
 }
Exemplo n.º 8
0
 public void add_all_from(org.omg.CosCollection.Collection collector)
     throws org.omg.CosCollection.ElementInvalid {
   _delegate.add_all_from(collector);
 }
Exemplo n.º 9
0
 public org.omg.CosCollection.OrderedIterator create_ordered_iterator(
     boolean read_only, boolean reverse_iteration) {
   return _delegate.create_ordered_iterator(read_only, reverse_iteration);
 }
Exemplo n.º 10
0
 public void destroy() {
   _delegate.destroy();
 }
Exemplo n.º 11
0
 public void keys(org.omg.CORBA.Any[] elements, org.omg.CosCollection.AnySequenceHolder keys)
     throws org.omg.CosCollection.ElementInvalid {
   _delegate.keys(elements, keys);
 }
Exemplo n.º 12
0
 public org.omg.CORBA.TypeCode key_type() {
   return _delegate.key_type();
 }
Exemplo n.º 13
0
 public boolean retrieve_element_at(
     org.omg.CosCollection.Iterator where, org.omg.CORBA.AnyHolder element)
     throws org.omg.CosCollection.IteratorInvalid, org.omg.CosCollection.IteratorInBetween {
   return _delegate.retrieve_element_at(where, element);
 }
Exemplo n.º 14
0
 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);
 }
Exemplo n.º 15
0
 public boolean all_elements_do(org.omg.CosCollection.Command what) {
   return _delegate.all_elements_do(what);
 }
Exemplo n.º 16
0
 public int number_of_elements() {
   return _delegate.number_of_elements();
 }
Exemplo n.º 17
0
 public void remove_last_element() throws org.omg.CosCollection.EmptyCollection {
   _delegate.remove_last_element();
 }
Exemplo n.º 18
0
 public boolean locate_next_element_with_different_key(org.omg.CosCollection.Iterator where)
     throws org.omg.CosCollection.IteratorInvalid, org.omg.CosCollection.IteratorInBetween {
   return _delegate.locate_next_element_with_different_key(where);
 }
Exemplo n.º 19
0
 public void key(org.omg.CORBA.Any element, org.omg.CORBA.AnyHolder key)
     throws org.omg.CosCollection.ElementInvalid {
   _delegate.key(element, key);
 }
Exemplo n.º 20
0
 public void remove_element_at(org.omg.CosCollection.Iterator where)
     throws org.omg.CosCollection.IteratorInvalid, org.omg.CosCollection.IteratorInBetween {
   _delegate.remove_element_at(where);
 }
Exemplo n.º 21
0
 public boolean add_or_replace_element_with_key_set_iterator(
     org.omg.CORBA.Any element, org.omg.CosCollection.Iterator where)
     throws org.omg.CosCollection.ElementInvalid, org.omg.CosCollection.IteratorInvalid {
   return _delegate.add_or_replace_element_with_key_set_iterator(element, where);
 }
Exemplo n.º 22
0
 public int number_of_different_keys() {
   return _delegate.number_of_different_keys();
 }
Exemplo n.º 23
0
 public org.omg.CORBA.TypeCode element_type() {
   return _delegate.element_type();
 }
Exemplo n.º 24
0
 public int remove_all() {
   return _delegate.remove_all();
 }
Exemplo n.º 25
0
 public boolean retrieve_element_at_position(int position, org.omg.CORBA.AnyHolder element)
     throws org.omg.CosCollection.PositionInvalid {
   return _delegate.retrieve_element_at_position(position, element);
 }
Exemplo n.º 26
0
 public boolean replace_element_with_key(org.omg.CORBA.Any element)
     throws org.omg.CosCollection.ElementInvalid {
   return _delegate.replace_element_with_key(element);
 }
Exemplo n.º 27
0
 public int number_of_elements_with_key(org.omg.CORBA.Any key)
     throws org.omg.CosCollection.KeyInvalid {
   return _delegate.number_of_elements_with_key(key);
 }
Exemplo n.º 28
0
 public boolean contains_element_with_key(org.omg.CORBA.Any key)
     throws org.omg.CosCollection.KeyInvalid {
   return _delegate.contains_element_with_key(key);
 }
Exemplo n.º 29
0
 public void remove_element_at_position(int position)
     throws org.omg.CosCollection.PositionInvalid {
   _delegate.remove_element_at_position(position);
 }
Exemplo n.º 30
0
 public boolean retrieve_first_element(org.omg.CORBA.AnyHolder element)
     throws org.omg.CosCollection.EmptyCollection {
   return _delegate.retrieve_first_element(element);
 }