org.omg.CosCollection
Interface EqualitySequentialIteratorOperations

All Superinterfaces:
EqualityIteratorOperations, IteratorOperations, OrderedIteratorOperations, SequentialIteratorOperations
All Known Subinterfaces:
EqualitySequentialIterator
All Known Implementing Classes:
_EqualitySequentialIteratorStub, EqualitySequentialIteratorPOA

public interface EqualitySequentialIteratorOperations
extends EqualityIteratorOperations, SequentialIteratorOperations

Generated from IDL interface "EqualitySequentialIterator"

Author:
JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004

Method Summary
 boolean set_to_first_element_with_value(Any element)
           
 boolean set_to_last_element_with_value(Any element)
           
 boolean set_to_previous_element_with_value(Any element)
           
 
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_set_to_next, remove_element, remove_next_n_elements, replace_element_set_to_next, replace_element, replace_next_n_elements, retrieve_element_set_to_next, retrieve_element, retrieve_next_n_elements, set_to_first_element, set_to_next_element, set_to_next_nth_element
 
Methods inherited from interface org.omg.CosCollection.SequentialIteratorOperations
add_element_as_next_set_iterator, add_element_as_previous_set_iterator, add_n_elements_as_next_set_iterator, add_n_elements_as_previous_set_iterator
 
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 Detail

set_to_first_element_with_value

public boolean set_to_first_element_with_value(Any element)
                                        throws ElementInvalid
Throws:
ElementInvalid

set_to_last_element_with_value

public boolean set_to_last_element_with_value(Any element)
                                       throws ElementInvalid
Throws:
ElementInvalid

set_to_previous_element_with_value

public boolean set_to_previous_element_with_value(Any element)
                                           throws ElementInvalid
Throws:
ElementInvalid