public class _SortedBagStub extends ObjectImpl implements SortedBag
| Constructor and Description |
|---|
_SortedBagStub() |
_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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic 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 locate_previous_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_previous_element in interface EqualitySortedCollectionOperationsElementInvalidIteratorInvalidpublic 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 TypeCode element_type()
element_type in interface CollectionOperationspublic Iterator create_iterator(boolean read_only)
create_iterator in interface CollectionOperationspublic boolean retrieve_element_at_position(int position,
AnyHolder element)
throws PositionInvalid
retrieve_element_at_position in interface OrderedCollectionOperationsPositionInvalidpublic boolean is_empty()
is_empty in interface CollectionOperationspublic void remove_element_at_position(int position)
throws PositionInvalid
remove_element_at_position in interface OrderedCollectionOperationsPositionInvalidpublic boolean locate_or_add_element(Any element) throws ElementInvalid
locate_or_add_element in interface EqualityCollectionOperationsElementInvalidpublic void remove_first_element()
throws EmptyCollection
remove_first_element in interface OrderedCollectionOperationsEmptyCollectionpublic int remove_all_occurrences(Any element) throws ElementInvalid
remove_all_occurrences in interface EqualityCollectionOperationsElementInvalidpublic boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
retrieve_last_element in interface OrderedCollectionOperationsEmptyCollectionpublic boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
retrieve_first_element in interface OrderedCollectionOperationsEmptyCollectionpublic 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 int compare(SortedBag collector, Comparator comparison)
compare in interface SortedBagOperationspublic boolean locate_previous_different_element(Iterator where) throws IteratorInvalid
locate_previous_different_element in interface EqualitySortedCollectionOperationsIteratorInvalidpublic boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
retrieve_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic boolean locate_first_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_first_element in interface EqualitySortedCollectionOperationsElementInvalidIteratorInvalidpublic void destroy()
destroy in interface CollectionOperationspublic boolean contains_all_from(Collection collector) throws ElementInvalid
contains_all_from in interface EqualityCollectionOperationsElementInvalidpublic void add_all_from(Collection collector) throws ElementInvalid
add_all_from in interface CollectionOperationsElementInvalidpublic OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
create_ordered_iterator in interface OrderedCollectionOperationspublic int number_of_elements()
number_of_elements in interface CollectionOperationspublic 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 remove_all()
remove_all in interface CollectionOperationspublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_set_iterator in interface CollectionOperationsElementInvalidIteratorInvalidpublic boolean all_elements_do(Command what)
all_elements_do in interface CollectionOperationspublic void remove_last_element()
throws EmptyCollection
remove_last_element in interface OrderedCollectionOperationsEmptyCollectionpublic boolean locate_last_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_last_element in interface EqualitySortedCollectionOperationsElementInvalidIteratorInvalidpublic boolean locate_next_different_element(Iterator where) throws IteratorInvalid, IteratorInBetween
locate_next_different_element in interface EqualityCollectionOperationsIteratorInvalidIteratorInBetweenCopyright © 2015 JacORB. All rights reserved.