Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosCollection._KeySetStub
Field Summary | |
static java.lang.Class |
Methods inherited from class org.omg.CORBA.portable.ObjectImpl | |
_create_request , _create_request , _duplicate , _get_delegate , _get_domain_managers , _get_interface , _get_interface_def , _get_policy , _hash , _ids , _invoke , _is_a , _is_equivalent , _is_local , _non_existent , _orb , _release , _releaseReply , _request , _request , _servant_postinvoke , _servant_preinvoke , _set_delegate , _set_policy_override , equals , hashCode , toString |
public void add_all_from(Collection collector) throws ElementInvalid
- Specified by:
- add_all_from in interface CollectionOperations
public boolean add_element(Any element) throws ElementInvalid
- Specified by:
- add_element in interface CollectionOperations
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_set_iterator in interface CollectionOperations
public boolean add_or_replace_element_with_key(Any element) throws ElementInvalid
- Specified by:
- add_or_replace_element_with_key in interface KeyCollectionOperations
public boolean add_or_replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_or_replace_element_with_key_set_iterator in interface KeyCollectionOperations
public boolean all_elements_do(Command what)
- Specified by:
- all_elements_do in interface CollectionOperations
public boolean contains_all_keys_from(KeyCollection collector) throws KeyInvalid
- Specified by:
- contains_all_keys_from in interface KeyCollectionOperations
public boolean contains_element_with_key(Any key) throws KeyInvalid
- Specified by:
- contains_element_with_key in interface KeyCollectionOperations
public Iterator create_iterator(boolean read_only)
- Specified by:
- create_iterator in interface CollectionOperations
public TypeCode element_type()
- Specified by:
- element_type in interface CollectionOperations
public void key(Any element, AnyHolder key) throws ElementInvalid
- Specified by:
- key in interface KeyCollectionOperations
public void keys(Any[] elements, AnySequenceHolder keys) throws ElementInvalid
- Specified by:
- keys in interface KeyCollectionOperations
public boolean locate_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
- Specified by:
- locate_element_with_key in interface KeyCollectionOperations
public boolean locate_next_element_with_different_key(Iterator where) throws IteratorInBetween, IteratorInvalid
- Specified by:
- locate_next_element_with_different_key in interface KeyCollectionOperations
public boolean locate_next_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
- Specified by:
- locate_next_element_with_key in interface KeyCollectionOperations
public boolean locate_or_add_element_with_key(Any element) throws ElementInvalid
- Specified by:
- locate_or_add_element_with_key in interface KeyCollectionOperations
public boolean locate_or_add_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_or_add_element_with_key_set_iterator in interface KeyCollectionOperations
public int number_of_different_keys()
- Specified by:
- number_of_different_keys in interface KeyCollectionOperations
public int number_of_elements()
- Specified by:
- number_of_elements in interface CollectionOperations
public int number_of_elements_with_key(Any key) throws KeyInvalid
- Specified by:
- number_of_elements_with_key in interface KeyCollectionOperations
public int remove_all_elements_with_key(Any key) throws KeyInvalid
- Specified by:
- remove_all_elements_with_key in interface KeyCollectionOperations
public void remove_element_at(Iterator where) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_at in interface CollectionOperations
public boolean remove_element_with_key(Any key) throws KeyInvalid
- Specified by:
- remove_element_with_key in interface KeyCollectionOperations
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_at in interface CollectionOperations
public boolean replace_element_with_key(Any element) throws ElementInvalid
- Specified by:
- replace_element_with_key in interface KeyCollectionOperations
public boolean replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- replace_element_with_key_set_iterator in interface KeyCollectionOperations
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_at in interface CollectionOperations
public boolean retrieve_element_with_key(Any key, AnyHolder element) throws KeyInvalid
- Specified by:
- retrieve_element_with_key in interface KeyCollectionOperations