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._EqualityKeySortedIteratorStub
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 boolean add_element_set_iterator(Any element) throws ElementInvalid
- Specified by:
- add_element_set_iterator in interface IteratorOperations
public boolean add_n_elements_set_iterator(Any[] elements, IntHolder actual_number) throws ElementInvalid
- Specified by:
- add_n_elements_set_iterator in interface IteratorOperations
public void assign(Iterator from_where) throws IteratorInvalid
- Specified by:
- assign in interface IteratorOperations
public boolean is_equal(Iterator test) throws IteratorInvalid
- Specified by:
- is_equal in interface IteratorOperations
public boolean is_for(Collection collector)
- Specified by:
- is_for in interface IteratorOperations
public boolean is_for_same(Iterator test)
- Specified by:
- is_for_same in interface OrderedIteratorOperations
public boolean is_in_between()
- Specified by:
- is_in_between in interface IteratorOperations
public boolean not_equal_remove_element_set_to_next(Iterator test) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_remove_element_set_to_next in interface IteratorOperations
public boolean not_equal_remove_element_set_to_previous(Iterator test) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_remove_element_set_to_previous in interface OrderedIteratorOperations
public boolean not_equal_replace_element_set_to_next(Iterator test, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_replace_element_set_to_next in interface IteratorOperations
public boolean not_equal_replace_element_set_to_previous(Iterator test, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_replace_element_set_to_previous in interface OrderedIteratorOperations
public boolean not_equal_retrieve_element_set_to_next(Iterator test, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_retrieve_element_set_to_next in interface IteratorOperations
public boolean not_equal_retrieve_element_set_to_previous(Iterator test, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- not_equal_retrieve_element_set_to_previous in interface OrderedIteratorOperations
public int position() throws IteratorInvalid
- Specified by:
- position in interface OrderedIteratorOperations
public void remove_element() throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element in interface IteratorOperations
public boolean remove_element_set_to_next() throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_set_to_next in interface IteratorOperations
public boolean remove_element_set_to_previous() throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_set_to_previous in interface OrderedIteratorOperations
public boolean remove_next_n_elements(int n, IntHolder actual_number) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_next_n_elements in interface IteratorOperations
public boolean remove_previous_n_elements(int n, IntHolder actual_number) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_previous_n_elements in interface OrderedIteratorOperations
public void replace_element(Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element in interface IteratorOperations
public boolean replace_element_set_to_next(Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_set_to_next in interface IteratorOperations
public boolean replace_element_set_to_previous(Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_set_to_previous in interface OrderedIteratorOperations
public boolean replace_next_n_elements(Any[] elements, IntHolder actual_number) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_next_n_elements in interface IteratorOperations
public boolean replace_previous_n_elements(Any[] elements, IntHolder actual_number) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_previous_n_elements in interface OrderedIteratorOperations
public boolean retrieve_element(AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element in interface IteratorOperations
public boolean retrieve_element_set_to_next(AnyHolder element, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_set_to_next in interface IteratorOperations
public boolean retrieve_element_set_to_previous(AnyHolder element, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_set_to_previous in interface OrderedIteratorOperations
public boolean retrieve_key(AnyHolder key) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_key in interface KeyIteratorOperations
public boolean retrieve_next_n_elements(int n, AnySequenceHolder result, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_next_n_elements in interface IteratorOperations
public boolean retrieve_next_n_keys(AnySequenceHolder keys) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_next_n_keys in interface KeyIteratorOperations
public boolean retrieve_previous_n_elements(int n, AnySequenceHolder result, BooleanHolder more) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_previous_n_elements in interface OrderedIteratorOperations
public boolean retrieve_previous_n_keys(AnySequenceHolder keys) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_previous_n_keys in interface KeySortedIteratorOperations
public boolean set_to_element_with_key(Any key) throws KeyInvalid
- Specified by:
- set_to_element_with_key in interface KeyIteratorOperations
public boolean set_to_element_with_value(Any element) throws ElementInvalid
- Specified by:
- set_to_element_with_value in interface EqualityIteratorOperations
public boolean set_to_first_element()
- Specified by:
- set_to_first_element in interface IteratorOperations
public boolean set_to_first_element_with_key(Any key, LowerBoundStyle style) throws KeyInvalid
- Specified by:
- set_to_first_element_with_key in interface KeySortedIteratorOperations
public boolean set_to_first_element_with_value(Any element, LowerBoundStyle style) throws ElementInvalid
- Specified by:
- set_to_first_element_with_value in interface EqualitySortedIteratorOperations
public boolean set_to_last_element()
- Specified by:
- set_to_last_element in interface OrderedIteratorOperations
public boolean set_to_last_element_with_key(Any key, UpperBoundStyle style) throws KeyInvalid
- Specified by:
- set_to_last_element_with_key in interface KeySortedIteratorOperations
public boolean set_to_last_element_with_value(Any element, UpperBoundStyle style) throws ElementInvalid
- Specified by:
- set_to_last_element_with_value in interface EqualitySortedIteratorOperations
public boolean set_to_next_element() throws IteratorInvalid
- Specified by:
- set_to_next_element in interface IteratorOperations
public boolean set_to_next_element_with_different_key() throws IteratorInBetween, IteratorInvalid
- Specified by:
- set_to_next_element_with_different_key in interface KeyIteratorOperations
public boolean set_to_next_element_with_different_value() throws IteratorInBetween, IteratorInvalid
- Specified by:
- set_to_next_element_with_different_value in interface EqualityIteratorOperations
public boolean set_to_next_element_with_key(Any key) throws KeyInvalid, IteratorInvalid
- Specified by:
- set_to_next_element_with_key in interface KeyIteratorOperations
public boolean set_to_next_element_with_value(Any element) throws ElementInvalid, IteratorInvalid
- Specified by:
- set_to_next_element_with_value in interface EqualityIteratorOperations
public boolean set_to_next_nth_element(int n) throws IteratorInvalid
- Specified by:
- set_to_next_nth_element in interface IteratorOperations
public boolean set_to_nth_previous_element(int n) throws IteratorInvalid
- Specified by:
- set_to_nth_previous_element in interface OrderedIteratorOperations
public void set_to_position(int position) throws PositionInvalid
- Specified by:
- set_to_position in interface OrderedIteratorOperations
public boolean set_to_previous_element() throws IteratorInvalid
- Specified by:
- set_to_previous_element in interface OrderedIteratorOperations
public boolean set_to_previous_element_with_different_key() throws IteratorInBetween, IteratorInvalid
- Specified by:
- set_to_previous_element_with_different_key in interface KeySortedIteratorOperations
public boolean set_to_previous_element_with_different_value() throws IteratorInBetween, IteratorInvalid
- Specified by:
- set_to_previous_element_with_different_value in interface EqualitySortedIteratorOperations
public boolean set_to_previous_element_with_key(Any key) throws KeyInvalid, IteratorInvalid
- Specified by:
- set_to_previous_element_with_key in interface KeySortedIteratorOperations
public boolean set_to_previous_element_with_value(Any elementally) throws ElementInvalid, IteratorInvalid
- Specified by:
- set_to_previous_element_with_value in interface EqualitySortedIteratorOperations