CORBAservices

Interface CosCollection::KeySortedCollection

IDL source    Global index
interface KeySortedCollection : KeyCollection, SortedCollection


Operation index.

  • locate_first_element_with_key
  • locate_last_element_with_key
  • locate_previous_element_with_different_key
  • locate_previous_element_with_key
  • Operations.

  • locate_first_element_with_key

      boolean locate_first_element_with_key(in any key,
          in Iterator where)
        raises(KeyInvalid, IteratorInvalid);

  • locate_last_element_with_key

      boolean locate_last_element_with_key(in any key,
          in Iterator where)
        raises(KeyInvalid, IteratorInvalid);

  • locate_previous_element_with_different_key

      boolean locate_previous_element_with_different_key(in Iterator where)
        raises(IteratorInBetween, IteratorInvalid);

  • locate_previous_element_with_key

      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.