CORBAservices

Interface CosCollection::EqualitySortedCollection

IDL source    Global index
interface EqualitySortedCollection : EqualityCollection, SortedCollection


Operation index.

  • locate_first_element
  • locate_last_element
  • locate_previous_different_element
  • locate_previous_element
  • Operations.

  • locate_first_element

      boolean locate_first_element(in any element,
          in Iterator where)
        raises(ElementInvalid, IteratorInvalid);

  • locate_last_element

      boolean locate_last_element(in any element,
          in Iterator where)
        raises(ElementInvalid, IteratorInvalid);

  • locate_previous_different_element

      boolean locate_previous_different_element(in Iterator where)
        raises(IteratorInvalid);

  • locate_previous_element

      boolean locate_previous_element(in any element,
          in Iterator where)
        raises(ElementInvalid, IteratorInvalid);


    Generated by Sylvain BARTHELEMY, http://www.barth.netliberte.org,
    with Sandia idldoc 1.0.