public class SortedMapPOATie extends SortedMapPOA
Constructor and Description |
---|
SortedMapPOATie(SortedMapOperations delegate) |
SortedMapPOATie(SortedMapOperations delegate,
POA poa) |
_all_interfaces, _invoke
_get_component, _get_delegate, _get_interface_def, _get_interface, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object
public SortedMapPOATie(SortedMapOperations delegate)
public SortedMapPOATie(SortedMapOperations delegate, POA poa)
public SortedMap _this()
_this
in class SortedMapPOA
public SortedMap _this(ORB orb)
_this
in class SortedMapPOA
public SortedMapOperations _delegate()
public void _delegate(SortedMapOperations delegate)
public POA _default_POA()
_default_POA
in class Servant
public int remove_all_elements_with_key(Any key) throws KeyInvalid
KeyInvalid
public boolean locate_next_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean contains_element(Any element) throws ElementInvalid
ElementInvalid
public boolean add_or_replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean contains_all_keys_from(KeyCollection collector) throws KeyInvalid
KeyInvalid
public boolean locate_or_add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public int number_of_different_elements()
public boolean locate_next_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
KeyInvalid
IteratorInvalid
public TypeCode element_type()
public Iterator create_iterator(boolean read_only)
public boolean retrieve_element_at_position(int position, AnyHolder element) throws PositionInvalid
PositionInvalid
public boolean locate_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
KeyInvalid
IteratorInvalid
public int number_of_elements_with_key(Any key) throws KeyInvalid
KeyInvalid
public boolean is_empty()
public void remove_element_at_position(int position) throws PositionInvalid
PositionInvalid
public boolean locate_or_add_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean locate_or_add_element(Any element) throws ElementInvalid
ElementInvalid
public void remove_first_element() throws EmptyCollection
EmptyCollection
public int remove_all_occurrences(Any element) throws ElementInvalid
ElementInvalid
public boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
EmptyCollection
public boolean locate_or_add_element_with_key(Any element) throws ElementInvalid
ElementInvalid
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
EmptyCollection
public boolean remove_element(Any element) throws ElementInvalid
ElementInvalid
public boolean locate_element(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean add_element(Any element) throws ElementInvalid
ElementInvalid
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
public boolean add_or_replace_element_with_key(Any element) throws ElementInvalid
ElementInvalid
public boolean remove_element_with_key(Any key) throws KeyInvalid
KeyInvalid
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public TypeCode key_type()
public void destroy()
public int compare(SortedMap collector, Comparator comparison)
public boolean replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public void keys(Any[] elements, AnySequenceHolder keys) throws ElementInvalid
ElementInvalid
public boolean contains_all_from(Collection collector) throws ElementInvalid
ElementInvalid
public int number_of_elements()
public void add_all_from(Collection collector) throws ElementInvalid
ElementInvalid
public OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
public boolean locate_next_element_with_different_key(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public int number_of_occurrences(Any element) throws ElementInvalid
ElementInvalid
public int number_of_different_keys()
public int remove_all()
public boolean replace_element_with_key(Any element) throws ElementInvalid
ElementInvalid
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
ElementInvalid
IteratorInvalid
public boolean contains_element_with_key(Any key) throws KeyInvalid
KeyInvalid
public boolean all_elements_do(Command what)
public void remove_last_element() throws EmptyCollection
EmptyCollection
public boolean retrieve_element_with_key(Any key, AnyHolder element) throws KeyInvalid
KeyInvalid
public boolean locate_next_different_element(Iterator where) throws IteratorInvalid, IteratorInBetween
IteratorInvalid
IteratorInBetween
public void key(Any element, AnyHolder key) throws ElementInvalid
ElementInvalid
Copyright © 2017 JacORB. All rights reserved.