public class _MapStub extends ObjectImpl implements Map
| Constructor and Description |
|---|
_MapStub() |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _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, toStringpublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic int remove_all_elements_with_key(Any key) throws KeyInvalid
remove_all_elements_with_key in interface KeyCollectionOperationsKeyInvalidpublic boolean locate_next_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_next_element in interface EqualityCollectionOperationsElementInvalidIteratorInvalidpublic boolean contains_element(Any element) throws ElementInvalid
contains_element in interface EqualityCollectionOperationsElementInvalidpublic boolean add_or_replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_or_replace_element_with_key_set_iterator in interface KeyCollectionOperationsElementInvalidIteratorInvalidpublic boolean contains_all_keys_from(KeyCollection collector) throws KeyInvalid
contains_all_keys_from in interface KeyCollectionOperationsKeyInvalidpublic boolean locate_or_add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_or_add_element_set_iterator in interface EqualityCollectionOperationsElementInvalidIteratorInvalidpublic int number_of_different_elements()
number_of_different_elements in interface EqualityCollectionOperationspublic boolean locate_next_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_next_element_with_key in interface KeyCollectionOperationsKeyInvalidIteratorInvalidpublic TypeCode element_type()
element_type in interface CollectionOperationspublic Iterator create_iterator(boolean read_only)
create_iterator in interface CollectionOperationspublic void add_intersection(Map collector1, Map collector2) throws ElementInvalid
add_intersection in interface MapOperationsElementInvalidpublic boolean locate_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_element_with_key in interface KeyCollectionOperationsKeyInvalidIteratorInvalidpublic int number_of_elements_with_key(Any key) throws KeyInvalid
number_of_elements_with_key in interface KeyCollectionOperationsKeyInvalidpublic boolean is_empty()
is_empty in interface CollectionOperationspublic boolean locate_or_add_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_or_add_element_with_key_set_iterator in interface KeyCollectionOperationsElementInvalidIteratorInvalidpublic boolean locate_or_add_element(Any element) throws ElementInvalid
locate_or_add_element in interface EqualityCollectionOperationsElementInvalidpublic int remove_all_occurrences(Any element) throws ElementInvalid
remove_all_occurrences in interface EqualityCollectionOperationsElementInvalidpublic boolean locate_or_add_element_with_key(Any element) throws ElementInvalid
locate_or_add_element_with_key in interface KeyCollectionOperationsElementInvalidpublic boolean remove_element(Any element) throws ElementInvalid
remove_element in interface EqualityCollectionOperationsElementInvalidpublic boolean locate_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_element in interface EqualityCollectionOperationsElementInvalidIteratorInvalidpublic boolean add_element(Any element) throws ElementInvalid
add_element in interface CollectionOperationsElementInvalidpublic void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
replace_element_at in interface CollectionOperationsElementInvalidIteratorInvalidIteratorInBetweenpublic boolean add_or_replace_element_with_key(Any element) throws ElementInvalid
add_or_replace_element_with_key in interface KeyCollectionOperationsElementInvalidpublic boolean remove_element_with_key(Any key) throws KeyInvalid
remove_element_with_key in interface KeyCollectionOperationsKeyInvalidpublic boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
retrieve_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic TypeCode key_type()
key_type in interface KeyCollectionOperationspublic void destroy()
destroy in interface CollectionOperationspublic void difference_with(Map collector) throws ElementInvalid
difference_with in interface MapOperationsElementInvalidpublic void keys(Any[] elements, AnySequenceHolder keys) throws ElementInvalid
keys in interface KeyCollectionOperationsElementInvalidpublic boolean replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
replace_element_with_key_set_iterator in interface KeyCollectionOperationsElementInvalidIteratorInvalidpublic boolean contains_all_from(Collection collector) throws ElementInvalid
contains_all_from in interface EqualityCollectionOperationsElementInvalidpublic int number_of_elements()
number_of_elements in interface CollectionOperationspublic void add_all_from(Collection collector) throws ElementInvalid
add_all_from in interface CollectionOperationsElementInvalidpublic void intersection_with(Map collector) throws ElementInvalid
intersection_with in interface MapOperationsElementInvalidpublic boolean locate_next_element_with_different_key(Iterator where) throws IteratorInvalid, IteratorInBetween
locate_next_element_with_different_key in interface KeyCollectionOperationsIteratorInvalidIteratorInBetweenpublic void union_with(Map collector) throws ElementInvalid
union_with in interface MapOperationsElementInvalidpublic void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
remove_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic int number_of_occurrences(Any element) throws ElementInvalid
number_of_occurrences in interface EqualityCollectionOperationsElementInvalidpublic int number_of_different_keys()
number_of_different_keys in interface KeyCollectionOperationspublic boolean equal(Map collector) throws ElementInvalid
equal in interface MapOperationsElementInvalidpublic int remove_all()
remove_all in interface CollectionOperationspublic void add_union(Map collector1, Map collector2) throws ElementInvalid
add_union in interface MapOperationsElementInvalidpublic boolean replace_element_with_key(Any element) throws ElementInvalid
replace_element_with_key in interface KeyCollectionOperationsElementInvalidpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_set_iterator in interface CollectionOperationsElementInvalidIteratorInvalidpublic boolean contains_element_with_key(Any key) throws KeyInvalid
contains_element_with_key in interface KeyCollectionOperationsKeyInvalidpublic void add_difference(Map collector1, Map collector2) throws ElementInvalid
add_difference in interface MapOperationsElementInvalidpublic boolean not_equal(Map collector) throws ElementInvalid
not_equal in interface MapOperationsElementInvalidpublic boolean all_elements_do(Command what)
all_elements_do in interface CollectionOperationspublic boolean retrieve_element_with_key(Any key, AnyHolder element) throws KeyInvalid
retrieve_element_with_key in interface KeyCollectionOperationsKeyInvalidpublic boolean locate_next_different_element(Iterator where) throws IteratorInvalid, IteratorInBetween
locate_next_different_element in interface EqualityCollectionOperationsIteratorInvalidIteratorInBetweenpublic void key(Any element, AnyHolder key) throws ElementInvalid
key in interface KeyCollectionOperationsElementInvalidCopyright © 2015 JacORB. All rights reserved.