CORBAservices
Interface CosCollection::KeySortedCollection
IDL source Global index
interface KeySortedCollection : KeyCollection, SortedCollection
- locate_first_element_with_key
- locate_last_element_with_key
- locate_previous_element_with_different_key
- locate_previous_element_with_key
boolean locate_first_element_with_key(in any key,
in Iterator where)
raises(KeyInvalid, IteratorInvalid);
-
boolean locate_last_element_with_key(in any key,
in Iterator where)
raises(KeyInvalid, IteratorInvalid);
-
boolean locate_previous_element_with_different_key(in Iterator where)
raises(IteratorInBetween, IteratorInvalid);
-
boolean locate_previous_element_with_key(in any key,
in Iterator where)
raises(KeyInvalid, IteratorInvalid);
-
Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
with Sandia idldoc 1.0.