Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.omg.PortableServer.Servant
org.omg.CosCollection.EqualitySequentialCollectionPOA
org.omg.CosCollection.EqualitySequentialCollectionPOATie
public class EqualitySequentialCollectionPOATie
extends EqualitySequentialCollectionPOA
Constructor Summary | |
Methods inherited from class org.omg.CosCollection.EqualitySequentialCollectionPOA | |
_all_interfaces , _invoke , _this , _this |
Methods inherited from class org.omg.PortableServer.Servant | |
_all_interfaces , _default_POA , _get_delegate , _get_interface , _get_interface_def , _is_a , _non_existent , _object_id , _orb , _poa , _set_delegate , _this_object , _this_object |
public EqualitySequentialCollectionPOATie(EqualitySequentialCollectionOperations delegate)
public EqualitySequentialCollectionPOATie(EqualitySequentialCollectionOperations delegate, POA poa)
public EqualitySequentialCollection _this()
- Overrides:
- _this in interface EqualitySequentialCollectionPOA
public EqualitySequentialCollection _this(ORB orb)
- Overrides:
- _this in interface EqualitySequentialCollectionPOA
public void add_all_from(Collection collector) throws ElementInvalid
- Specified by:
- add_all_from in interface CollectionOperations
public boolean add_element(Any element) throws ElementInvalid
- Specified by:
- add_element in interface CollectionOperations
public void add_element_as_first(Any element) throws ElementInvalid
- Specified by:
- add_element_as_first in interface SequentialCollectionOperations
public void add_element_as_first_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_as_first_set_iterator in interface SequentialCollectionOperations
public void add_element_as_last(Any element) throws ElementInvalid
- Specified by:
- add_element_as_last in interface SequentialCollectionOperations
public void add_element_as_last_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_as_last_set_iterator in interface SequentialCollectionOperations
public void add_element_as_next(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_as_next in interface SequentialCollectionOperations
public void add_element_as_previous(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_as_previous in interface SequentialCollectionOperations
public void add_element_at_position(int position, Any element) throws ElementInvalid, PositionInvalid
- Specified by:
- add_element_at_position in interface SequentialCollectionOperations
public void add_element_at_position_set_iterator(int position, Any element, Iterator where) throws ElementInvalid, PositionInvalid, IteratorInvalid
- Specified by:
- add_element_at_position_set_iterator in interface SequentialCollectionOperations
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- add_element_set_iterator in interface CollectionOperations
public boolean all_elements_do(Command what)
- Specified by:
- all_elements_do in interface CollectionOperations
public boolean contains_all_from(Collection collector) throws ElementInvalid
- Specified by:
- contains_all_from in interface EqualityCollectionOperations
public boolean contains_element(Any element) throws ElementInvalid
- Specified by:
- contains_element in interface EqualityCollectionOperations
public Iterator create_iterator(boolean read_only)
- Specified by:
- create_iterator in interface CollectionOperations
public OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
- Specified by:
- create_ordered_iterator in interface OrderedCollectionOperations
public TypeCode element_type()
- Specified by:
- element_type in interface CollectionOperations
public boolean locate_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_element in interface EqualityCollectionOperations
public boolean locate_first_element_with_value(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_first_element_with_value in interface EqualitySequentialCollectionOperations
public boolean locate_last_element_with_value(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_last_element_with_value in interface EqualitySequentialCollectionOperations
public boolean locate_next_different_element(Iterator where) throws IteratorInBetween, IteratorInvalid
- Specified by:
- locate_next_different_element in interface EqualityCollectionOperations
public boolean locate_next_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_next_element in interface EqualityCollectionOperations
public boolean locate_or_add_element(Any element) throws ElementInvalid
- Specified by:
- locate_or_add_element in interface EqualityCollectionOperations
public boolean locate_or_add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_or_add_element_set_iterator in interface EqualityCollectionOperations
public boolean locate_previous_element_with_value(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
- Specified by:
- locate_previous_element_with_value in interface EqualitySequentialCollectionOperations
public int number_of_different_elements()
- Specified by:
- number_of_different_elements in interface EqualityCollectionOperations
public int number_of_elements()
- Specified by:
- number_of_elements in interface CollectionOperations
public int number_of_occurrences(Any element) throws ElementInvalid
- Specified by:
- number_of_occurrences in interface EqualityCollectionOperations
public int remove_all_occurrences(Any element) throws ElementInvalid
- Specified by:
- remove_all_occurrences in interface EqualityCollectionOperations
public boolean remove_element(Any element) throws ElementInvalid
- Specified by:
- remove_element in interface EqualityCollectionOperations
public void remove_element_at(Iterator where) throws IteratorInBetween, IteratorInvalid
- Specified by:
- remove_element_at in interface CollectionOperations
public void remove_element_at_position(int position) throws PositionInvalid
- Specified by:
- remove_element_at_position in interface OrderedCollectionOperations
public void remove_first_element() throws EmptyCollection
- Specified by:
- remove_first_element in interface OrderedCollectionOperations
public void remove_last_element() throws EmptyCollection
- Specified by:
- remove_last_element in interface OrderedCollectionOperations
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInBetween, IteratorInvalid
- Specified by:
- replace_element_at in interface CollectionOperations
public void replace_element_at_position(int position, Any element) throws ElementInvalid, PositionInvalid
- Specified by:
- replace_element_at_position in interface SequentialCollectionOperations
public void replace_first_element(Any element) throws EmptyCollection, ElementInvalid
- Specified by:
- replace_first_element in interface SequentialCollectionOperations
public void replace_last_element(Any element) throws EmptyCollection, ElementInvalid
- Specified by:
- replace_last_element in interface SequentialCollectionOperations
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInBetween, IteratorInvalid
- Specified by:
- retrieve_element_at in interface CollectionOperations
public boolean retrieve_element_at_position(int position, AnyHolder element) throws PositionInvalid
- Specified by:
- retrieve_element_at_position in interface OrderedCollectionOperations
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
- Specified by:
- retrieve_first_element in interface OrderedCollectionOperations
public boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
- Specified by:
- retrieve_last_element in interface OrderedCollectionOperations
public void sort(Comparator comparison)
- Specified by:
- sort in interface SequentialCollectionOperations