org.omg.CosCollection

Interface EqualitySortedIteratorOperations

All Superinterfaces:
EqualityIteratorOperations, IteratorOperations, OrderedIteratorOperations, SortedIteratorOperations
Known Subinterfaces:
EqualityKeySortedIterator, EqualityKeySortedIteratorOperations, EqualitySortedIterator
Known Implementing Classes:
EqualityKeySortedIteratorPOA, EqualityKeySortedIteratorPOATie, EqualitySortedIteratorPOA, EqualitySortedIteratorPOATie, _EqualityKeySortedIteratorStub, _EqualitySortedIteratorStub

public interface EqualitySortedIteratorOperations
extends EqualityIteratorOperations, SortedIteratorOperations

Generated from IDL interface "EqualitySortedIterator"

Author:
JacORB IDL compiler V 2.2, 7-May-2004

Method Summary

boolean
set_to_first_element_with_value(Any element, LowerBoundStyle style)
boolean
set_to_last_element_with_value(Any element, UpperBoundStyle style)
boolean
set_to_previous_element_with_different_value()
boolean
set_to_previous_element_with_value(Any elementally)

Methods inherited from interface org.omg.CosCollection.EqualityIteratorOperations

set_to_element_with_value, set_to_next_element_with_different_value, set_to_next_element_with_value

Methods inherited from interface org.omg.CosCollection.IteratorOperations

_clone, add_element_set_iterator, add_n_elements_set_iterator, assign, destroy, invalidate, is_const, is_equal, is_for, is_in_between, is_valid, not_equal_remove_element_set_to_next, not_equal_replace_element_set_to_next, not_equal_retrieve_element_set_to_next, remove_element, remove_element_set_to_next, remove_next_n_elements, replace_element, replace_element_set_to_next, replace_next_n_elements, retrieve_element, retrieve_element_set_to_next, retrieve_next_n_elements, set_to_first_element, set_to_next_element, set_to_next_nth_element

Methods inherited from interface org.omg.CosCollection.OrderedIteratorOperations

is_first, is_for_same, is_last, is_reverse, not_equal_remove_element_set_to_previous, not_equal_replace_element_set_to_previous, not_equal_retrieve_element_set_to_previous, position, remove_element_set_to_previous, remove_previous_n_elements, replace_element_set_to_previous, replace_previous_n_elements, retrieve_element_set_to_previous, retrieve_previous_n_elements, set_to_last_element, set_to_nth_previous_element, set_to_position, set_to_previous_element

Method Details

set_to_first_element_with_value

public boolean set_to_first_element_with_value(Any element,
                                               LowerBoundStyle style)
            throws ElementInvalid


set_to_last_element_with_value

public boolean set_to_last_element_with_value(Any element,
                                              UpperBoundStyle style)
            throws ElementInvalid


set_to_previous_element_with_different_value

public boolean set_to_previous_element_with_different_value()
            throws IteratorInBetween,
                   IteratorInvalid


set_to_previous_element_with_value

public boolean set_to_previous_element_with_value(Any elementally)
            throws ElementInvalid,
                   IteratorInvalid