public class EqualitySortedCollectionPOATie extends EqualitySortedCollectionPOA
| Constructor and Description |
|---|
EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate) |
EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate,
POA poa) |
_all_interfaces, _invoke_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_objectpublic EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate)
public EqualitySortedCollectionPOATie(EqualitySortedCollectionOperations delegate, POA poa)
public EqualitySortedCollection _this()
_this in class EqualitySortedCollectionPOApublic EqualitySortedCollection _this(ORB orb)
_this in class EqualitySortedCollectionPOApublic EqualitySortedCollectionOperations _delegate()
public void _delegate(EqualitySortedCollectionOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic boolean locate_or_add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic int number_of_elements()
public boolean locate_last_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean locate_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean retrieve_element_at_position(int position,
AnyHolder element)
throws PositionInvalid
PositionInvalidpublic boolean locate_previous_different_element(Iterator where) throws IteratorInvalid
IteratorInvalidpublic TypeCode element_type()
public boolean locate_previous_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
public boolean remove_element(Any element) throws ElementInvalid
ElementInvalidpublic int number_of_different_elements()
public boolean contains_element(Any element) throws ElementInvalid
ElementInvalidpublic void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean add_element(Any element) throws ElementInvalid
ElementInvalidpublic boolean locate_next_different_element(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean is_empty()
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic boolean locate_next_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic Iterator create_iterator(boolean read_only)
public boolean locate_or_add_element(Any element) throws ElementInvalid
ElementInvalidpublic boolean contains_all_from(Collection collector) throws ElementInvalid
ElementInvalidpublic boolean locate_first_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic int number_of_occurrences(Any element) throws ElementInvalid
ElementInvalidpublic void remove_last_element()
throws EmptyCollection
EmptyCollectionpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic void remove_first_element()
throws EmptyCollection
EmptyCollectionpublic int remove_all()
public void destroy()
public void remove_element_at_position(int position)
throws PositionInvalid
PositionInvalidpublic boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic void add_all_from(Collection collector) throws ElementInvalid
ElementInvalidpublic void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
public boolean all_elements_do(Command what)
public int remove_all_occurrences(Any element) throws ElementInvalid
ElementInvalidCopyright © 2015 JacORB. All rights reserved.