CORBAservices
Interface CosCollection::KeySortedIterator
IDL source Global index
interface KeySortedIterator : KeyIterator, SortedIterator
- retrieve_previous_n_keys
- set_to_first_element_with_key
- set_to_last_element_with_key
- set_to_previous_element_with_different_key
- set_to_previous_element_with_key
boolean retrieve_previous_n_keys(out AnySequence keys)
raises(IteratorInBetween, IteratorInvalid);
-
boolean set_to_first_element_with_key(in any key,
in LowerBoundStyle style)
raises(KeyInvalid);
-
boolean set_to_last_element_with_key(in any key,
in UpperBoundStyle style)
raises(KeyInvalid);
-
boolean set_to_previous_element_with_different_key()
raises(IteratorInBetween, IteratorInvalid);
-
boolean set_to_previous_element_with_key(in any key)
raises(IteratorInvalid, KeyInvalid);
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.