| java.lang.Object org.jacorb.collection.CollectionImpl org.jacorb.collection.OrderedCollectionImpl org.jacorb.collection.SequentialCollectionImpl org.jacorb.collection.SequenceImpl
Method Summary | |
public int | compare(CSequence collector, Comparator comparison) |
compare | public int compare(CSequence collector, Comparator comparison)(Code) | | |
Methods inherited from org.jacorb.collection.SequentialCollectionImpl | public synchronized void add_element_as_first(Any element) throws ElementInvalid(Code)(Java Doc) public synchronized void add_element_as_first_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid(Code)(Java Doc) public synchronized void add_element_as_last(Any element) throws ElementInvalid(Code)(Java Doc) public synchronized void add_element_as_last_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid(Code)(Java Doc) public synchronized void add_element_as_next(Any element, Iterator where) throws ElementInvalid, IteratorInvalid(Code)(Java Doc) public synchronized void add_element_as_previous(Any element, Iterator where) throws ElementInvalid, IteratorInvalid(Code)(Java Doc) public synchronized void add_element_at_position(int position, Any element) throws PositionInvalid, ElementInvalid(Code)(Java Doc) public synchronized void add_element_at_position_set_iterator(int position, Any element, Iterator where) throws PositionInvalid, ElementInvalid, IteratorInvalid(Code)(Java Doc) public synchronized void replace_element_at_position(int position, Any element) throws PositionInvalid, ElementInvalid(Code)(Java Doc) public synchronized void replace_first_element(Any element) throws ElementInvalid, EmptyCollection(Code)(Java Doc) public synchronized void replace_last_element(Any element) throws ElementInvalid, EmptyCollection(Code)(Java Doc) public synchronized void reverse()(Code)(Java Doc) public synchronized void sort(Comparator comparison)(Code)(Java Doc)
|
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)
|
|
|