| java.lang.Object org.jacorb.collection.CollectionImpl org.jacorb.collection.OrderedCollectionImpl
All known Subclasses: org.jacorb.collection.KeySortedCollectionImpl, org.jacorb.collection.SequentialCollectionImpl,
OrderedCollectionImpl | class OrderedCollectionImpl extends CollectionImpl implements OrderedCollectionOperations(Code) | | |
create_iterator | public synchronized Iterator create_iterator(boolean read_only)(Code) | | |
create_ordered_iterator | public synchronized OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)(Code) | | |
remove_element_at_position | public synchronized void remove_element_at_position(int position) throws PositionInvalid(Code) | | |
remove_first_element | public synchronized void remove_first_element() throws EmptyCollection(Code) | | |
remove_last_element | public synchronized void remove_last_element() throws EmptyCollection(Code) | | |
retrieve_element_at_position | public synchronized boolean retrieve_element_at_position(int position, org.omg.CORBA.AnyHolder element) throws PositionInvalid(Code) | | |
Methods inherited from org.jacorb.collection.CollectionImpl | public synchronized void add_all_from(org.omg.CosCollection.Collection collector) throws ElementInvalid(Code)(Java Doc) public synchronized boolean add_element(Any element) throws ElementInvalid(Code)(Java Doc) public synchronized boolean add_element_set_iterator(Any element, org.omg.CosCollection.Iterator where) throws IteratorInvalid, ElementInvalid(Code)(Java Doc) public synchronized boolean all_elements_do(Command what)(Code)(Java Doc) public void check_element(Any element) throws ElementInvalid(Code)(Java Doc) public synchronized PositionalIteratorImpl check_iterator(org.omg.CosCollection.Iterator iter) throws IteratorInvalid(Code)(Java Doc) public synchronized org.omg.CosCollection.Iterator create_iterator(boolean read_only)(Code)(Java Doc) public synchronized void destroy()(Code)(Java Doc) public synchronized void destroy_me(PositionalIteratorImpl i)(Code)(Java Doc) public synchronized int element_add(Any element) throws ElementInvalid(Code)(Java Doc) protected void element_inserted(int pos)(Code)(Java Doc) public synchronized void element_remove(int pos) throws PositionInvalid, EmptyCollection(Code)(Java Doc) protected void element_removed(int pos, Any old)(Code)(Java Doc) public synchronized int element_replace(int pos, Any element) throws PositionInvalid, ElementInvalid(Code)(Java Doc) protected void element_replaced(int pos, Any old)(Code)(Java Doc) public synchronized Any element_retrieve(int pos) throws PositionInvalid(Code)(Java Doc) public synchronized org.omg.CORBA.TypeCode element_type()(Code)(Java Doc) public synchronized boolean is_empty()(Code)(Java Doc) public synchronized boolean is_this_you(org.omg.CosCollection.Collection col)(Code)(Java Doc) public synchronized int number_of_elements()(Code)(Java Doc) public synchronized int remove_all()(Code)(Java Doc) public synchronized void remove_element_at(org.omg.CosCollection.Iterator where) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc) public synchronized void replace_element_at(org.omg.CosCollection.Iterator where, Any element) throws IteratorInvalid, IteratorInBetween, ElementInvalid(Code)(Java Doc) public synchronized boolean retrieve_element_at(org.omg.CosCollection.Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween(Code)(Java Doc) synchronized void set_servant(Servant srvnt)(Code)(Java Doc)
|
|
|