public class _SequentialCollectionStub extends ObjectImpl implements SequentialCollection
| Constructor and Description |
|---|
_SequentialCollectionStub() |
_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 void add_element_as_last(Any element) throws ElementInvalid
add_element_as_last in interface SequentialCollectionOperationsElementInvalidpublic void reverse()
reverse in interface SequentialCollectionOperationspublic int number_of_elements()
number_of_elements in interface CollectionOperationspublic boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
retrieve_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic boolean retrieve_element_at_position(int position,
AnyHolder element)
throws PositionInvalid
retrieve_element_at_position in interface OrderedCollectionOperationsPositionInvalidpublic void add_element_as_first(Any element) throws ElementInvalid
add_element_as_first in interface SequentialCollectionOperationsElementInvalidpublic void add_element_at_position(int position,
Any element)
throws PositionInvalid,
ElementInvalid
add_element_at_position in interface SequentialCollectionOperationsPositionInvalidElementInvalidpublic void add_element_as_next(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_as_next in interface SequentialCollectionOperationsElementInvalidIteratorInvalidpublic void replace_element_at_position(int position,
Any element)
throws PositionInvalid,
ElementInvalid
replace_element_at_position in interface SequentialCollectionOperationsPositionInvalidElementInvalidpublic TypeCode element_type()
element_type in interface CollectionOperationspublic void replace_last_element(Any element) throws EmptyCollection, ElementInvalid
replace_last_element in interface SequentialCollectionOperationsEmptyCollectionElementInvalidpublic OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
create_ordered_iterator in interface OrderedCollectionOperationspublic boolean add_element(Any element) throws ElementInvalid
add_element in interface CollectionOperationsElementInvalidpublic void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
remove_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic void sort(Comparator comparison)
sort in interface SequentialCollectionOperationspublic void add_element_at_position_set_iterator(int position,
Any element,
Iterator where)
throws PositionInvalid,
ElementInvalid,
IteratorInvalid
add_element_at_position_set_iterator in interface SequentialCollectionOperationsPositionInvalidElementInvalidIteratorInvalidpublic boolean is_empty()
is_empty in interface CollectionOperationspublic boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
retrieve_first_element in interface OrderedCollectionOperationsEmptyCollectionpublic Iterator create_iterator(boolean read_only)
create_iterator in interface CollectionOperationspublic void replace_first_element(Any element) throws EmptyCollection, ElementInvalid
replace_first_element in interface SequentialCollectionOperationsEmptyCollectionElementInvalidpublic void add_element_as_last_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_as_last_set_iterator in interface SequentialCollectionOperationsElementInvalidIteratorInvalidpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_set_iterator in interface CollectionOperationsElementInvalidIteratorInvalidpublic void remove_last_element()
throws EmptyCollection
remove_last_element in interface OrderedCollectionOperationsEmptyCollectionpublic void add_element_as_first_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_as_first_set_iterator in interface SequentialCollectionOperationsElementInvalidIteratorInvalidpublic void remove_first_element()
throws EmptyCollection
remove_first_element in interface OrderedCollectionOperationsEmptyCollectionpublic int remove_all()
remove_all in interface CollectionOperationspublic void destroy()
destroy in interface CollectionOperationspublic void add_element_as_previous(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_as_previous in interface SequentialCollectionOperationsElementInvalidIteratorInvalidpublic boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
retrieve_last_element in interface OrderedCollectionOperationsEmptyCollectionpublic void remove_element_at_position(int position)
throws PositionInvalid
remove_element_at_position in interface OrderedCollectionOperationsPositionInvalidpublic void add_all_from(Collection collector) throws ElementInvalid
add_all_from in interface CollectionOperationsElementInvalidpublic void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
replace_element_at in interface CollectionOperationsElementInvalidIteratorInvalidIteratorInBetweenpublic boolean all_elements_do(Command what)
all_elements_do in interface CollectionOperationsCopyright © 2015 JacORB. All rights reserved.