Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface SequentialCollectionOperations
extends OrderedCollectionOperations
Method Summary | |
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
void |
|
Methods inherited from interface org.omg.CosCollection.CollectionOperations | |
add_all_from , add_element , add_element_set_iterator , all_elements_do , create_iterator , destroy , element_type , is_empty , number_of_elements , remove_all , remove_element_at , replace_element_at , retrieve_element_at |
Methods inherited from interface org.omg.CosCollection.OrderedCollectionOperations | |
create_ordered_iterator , remove_element_at_position , remove_first_element , remove_last_element , retrieve_element_at_position , retrieve_first_element , retrieve_last_element |
public void add_element_as_first_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
public void add_element_as_last_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
public void add_element_as_next(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
public void add_element_as_previous(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
public void add_element_at_position(int position, Any element) throws ElementInvalid, PositionInvalid
public void add_element_at_position_set_iterator(int position, Any element, Iterator where) throws ElementInvalid, PositionInvalid, IteratorInvalid
public void replace_element_at_position(int position, Any element) throws ElementInvalid, PositionInvalid
public void replace_first_element(Any element) throws EmptyCollection, ElementInvalid
public void replace_last_element(Any element) throws EmptyCollection, ElementInvalid
public void reverse()