org.omg.CosCollection
Interface KeySortedIteratorOperations
- All Superinterfaces:
- IteratorOperations, KeyIteratorOperations, OrderedIteratorOperations, SortedIteratorOperations
- All Known Subinterfaces:
- EqualityKeySortedIterator, EqualityKeySortedIteratorOperations, KeySortedIterator
- All Known Implementing Classes:
- _EqualityKeySortedIteratorStub, _KeySortedIteratorStub, EqualityKeySortedIteratorPOA, KeySortedIteratorPOA
- public interface KeySortedIteratorOperations
- extends KeyIteratorOperations, SortedIteratorOperations
Generated from IDL interface "KeySortedIterator"
- Author:
- JacORB IDL compiler V 2.1 (JBoss patch 1), 01-Mar-2004
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.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 |
set_to_first_element_with_key
public boolean set_to_first_element_with_key(Any key,
LowerBoundStyle style)
throws KeyInvalid
- Throws:
KeyInvalid
set_to_last_element_with_key
public boolean set_to_last_element_with_key(Any key,
UpperBoundStyle style)
throws KeyInvalid
- Throws:
KeyInvalid
set_to_previous_element_with_key
public boolean set_to_previous_element_with_key(Any key)
throws KeyInvalid,
IteratorInvalid
- Throws:
KeyInvalid
IteratorInvalid
set_to_previous_element_with_different_key
public boolean set_to_previous_element_with_different_key()
throws IteratorInvalid,
IteratorInBetween
- Throws:
IteratorInvalid
IteratorInBetween
retrieve_previous_n_keys
public boolean retrieve_previous_n_keys(AnySequenceHolder keys)
throws IteratorInvalid,
IteratorInBetween
- Throws:
IteratorInvalid
IteratorInBetween