CORBAservices

Interface CosCollection::KeySortedIterator

IDL source    Global index
interface KeySortedIterator : KeyIterator, SortedIterator


Operation index.

  • 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
  • Operations.

  • retrieve_previous_n_keys

      boolean retrieve_previous_n_keys(out AnySequence keys)
        raises(IteratorInBetween, IteratorInvalid);

  • set_to_first_element_with_key

      boolean set_to_first_element_with_key(in any key,
          in LowerBoundStyle style)
        raises(KeyInvalid);

  • set_to_last_element_with_key

      boolean set_to_last_element_with_key(in any key,
          in UpperBoundStyle style)
        raises(KeyInvalid);

  • set_to_previous_element_with_different_key

      boolean set_to_previous_element_with_different_key()
        raises(IteratorInBetween, IteratorInvalid);

  • set_to_previous_element_with_key

      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.