public class SortedBagPOATie extends SortedBagPOA
| Constructor and Description |
|---|
SortedBagPOATie(SortedBagOperations delegate) |
SortedBagPOATie(SortedBagOperations 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 SortedBagPOATie(SortedBagOperations delegate)
public SortedBagPOATie(SortedBagOperations delegate, POA poa)
public SortedBag _this()
_this in class SortedBagPOApublic SortedBag _this(ORB orb)
_this in class SortedBagPOApublic SortedBagOperations _delegate()
public void _delegate(SortedBagOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic boolean locate_next_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean contains_element(Any element) throws ElementInvalid
ElementInvalidpublic boolean locate_previous_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean locate_or_add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic int number_of_different_elements()
public TypeCode element_type()
public Iterator create_iterator(boolean read_only)
public boolean retrieve_element_at_position(int position,
AnyHolder element)
throws PositionInvalid
PositionInvalidpublic boolean is_empty()
public void remove_element_at_position(int position)
throws PositionInvalid
PositionInvalidpublic boolean locate_or_add_element(Any element) throws ElementInvalid
ElementInvalidpublic void remove_first_element()
throws EmptyCollection
EmptyCollectionpublic int remove_all_occurrences(Any element) throws ElementInvalid
ElementInvalidpublic boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic boolean remove_element(Any element) throws ElementInvalid
ElementInvalidpublic boolean locate_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean add_element(Any element) throws ElementInvalid
ElementInvalidpublic void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
public int compare(SortedBag collector, Comparator comparison)
public boolean locate_previous_different_element(Iterator where) throws IteratorInvalid
IteratorInvalidpublic boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean locate_first_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic void destroy()
public boolean contains_all_from(Collection collector) throws ElementInvalid
ElementInvalidpublic void add_all_from(Collection collector) throws ElementInvalid
ElementInvalidpublic OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
public int number_of_elements()
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic int number_of_occurrences(Any element) throws ElementInvalid
ElementInvalidpublic int remove_all()
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean all_elements_do(Command what)
public void remove_last_element()
throws EmptyCollection
EmptyCollectionpublic boolean locate_last_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean locate_next_different_element(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenCopyright © 2015 JacORB. All rights reserved.