public class SequentialCollectionPOATie extends SequentialCollectionPOA
| Constructor and Description |
|---|
SequentialCollectionPOATie(SequentialCollectionOperations delegate) |
SequentialCollectionPOATie(SequentialCollectionOperations 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 SequentialCollectionPOATie(SequentialCollectionOperations delegate)
public SequentialCollectionPOATie(SequentialCollectionOperations delegate, POA poa)
public SequentialCollection _this()
_this in class SequentialCollectionPOApublic SequentialCollection _this(ORB orb)
_this in class SequentialCollectionPOApublic SequentialCollectionOperations _delegate()
public void _delegate(SequentialCollectionOperations delegate)
public POA _default_POA()
_default_POA in class Servantpublic void add_element_as_last(Any element) throws ElementInvalid
ElementInvalidpublic void reverse()
public int number_of_elements()
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic boolean retrieve_element_at_position(int position,
AnyHolder element)
throws PositionInvalid
PositionInvalidpublic void add_element_as_first(Any element) throws ElementInvalid
ElementInvalidpublic void add_element_at_position(int position,
Any element)
throws PositionInvalid,
ElementInvalid
PositionInvalidElementInvalidpublic void add_element_as_next(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic void replace_element_at_position(int position,
Any element)
throws PositionInvalid,
ElementInvalid
PositionInvalidElementInvalidpublic TypeCode element_type()
public void replace_last_element(Any element) throws EmptyCollection, ElementInvalid
EmptyCollectionElementInvalidpublic OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
public boolean add_element(Any element) throws ElementInvalid
ElementInvalidpublic void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalidIteratorInBetweenpublic void sort(Comparator comparison)
public void add_element_at_position_set_iterator(int position,
Any element,
Iterator where)
throws PositionInvalid,
ElementInvalid,
IteratorInvalid
public boolean is_empty()
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic Iterator create_iterator(boolean read_only)
public void replace_first_element(Any element) throws EmptyCollection, ElementInvalid
EmptyCollectionElementInvalidpublic void add_element_as_last_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic void remove_last_element()
throws EmptyCollection
EmptyCollectionpublic void add_element_as_first_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 add_element_as_previous(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalidIteratorInvalidpublic boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
EmptyCollectionpublic void remove_element_at_position(int position)
throws PositionInvalid
PositionInvalidpublic 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)
Copyright © 2015 JacORB. All rights reserved.