public class _KeySortedBagStub extends ObjectImpl implements KeySortedBag
Constructor and Description |
---|
_KeySortedBagStub() |
_create_request, _create_request, _duplicate, _get_component, _get_delegate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
_create_request, _create_request, _duplicate, _get_component, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
public static final Class _opsClass
public String[] _ids()
_ids
in class ObjectImpl
public int remove_all_elements_with_key(Any key) throws KeyInvalid
remove_all_elements_with_key
in interface KeyCollectionOperations
KeyInvalid
public boolean add_or_replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_or_replace_element_with_key_set_iterator
in interface KeyCollectionOperations
ElementInvalid
IteratorInvalid
public boolean contains_all_keys_from(KeyCollection collector) throws KeyInvalid
contains_all_keys_from
in interface KeyCollectionOperations
KeyInvalid
public boolean locate_next_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_next_element_with_key
in interface KeyCollectionOperations
KeyInvalid
IteratorInvalid
public TypeCode element_type()
element_type
in interface CollectionOperations
public Iterator create_iterator(boolean read_only)
create_iterator
in interface CollectionOperations
public boolean retrieve_element_at_position(int position, AnyHolder element) throws PositionInvalid
retrieve_element_at_position
in interface OrderedCollectionOperations
PositionInvalid
public boolean locate_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_element_with_key
in interface KeyCollectionOperations
KeyInvalid
IteratorInvalid
public int number_of_elements_with_key(Any key) throws KeyInvalid
number_of_elements_with_key
in interface KeyCollectionOperations
KeyInvalid
public boolean is_empty()
is_empty
in interface CollectionOperations
public void remove_element_at_position(int position) throws PositionInvalid
remove_element_at_position
in interface OrderedCollectionOperations
PositionInvalid
public int compare(KeySortedBag collector, Comparator comparison)
compare
in interface KeySortedBagOperations
public boolean locate_or_add_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
locate_or_add_element_with_key_set_iterator
in interface KeyCollectionOperations
ElementInvalid
IteratorInvalid
public void remove_first_element() throws EmptyCollection
remove_first_element
in interface OrderedCollectionOperations
EmptyCollection
public boolean locate_first_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_first_element_with_key
in interface KeySortedCollectionOperations
KeyInvalid
IteratorInvalid
public boolean retrieve_last_element(AnyHolder element) throws EmptyCollection
retrieve_last_element
in interface OrderedCollectionOperations
EmptyCollection
public boolean locate_or_add_element_with_key(Any element) throws ElementInvalid
locate_or_add_element_with_key
in interface KeyCollectionOperations
ElementInvalid
public boolean retrieve_first_element(AnyHolder element) throws EmptyCollection
retrieve_first_element
in interface OrderedCollectionOperations
EmptyCollection
public boolean add_element(Any element) throws ElementInvalid
add_element
in interface CollectionOperations
ElementInvalid
public void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
replace_element_at
in interface CollectionOperations
ElementInvalid
IteratorInvalid
IteratorInBetween
public boolean add_or_replace_element_with_key(Any element) throws ElementInvalid
add_or_replace_element_with_key
in interface KeyCollectionOperations
ElementInvalid
public boolean locate_previous_element_with_different_key(Iterator where) throws IteratorInvalid, IteratorInBetween
locate_previous_element_with_different_key
in interface KeySortedCollectionOperations
IteratorInvalid
IteratorInBetween
public boolean remove_element_with_key(Any key) throws KeyInvalid
remove_element_with_key
in interface KeyCollectionOperations
KeyInvalid
public boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
retrieve_element_at
in interface CollectionOperations
IteratorInvalid
IteratorInBetween
public TypeCode key_type()
key_type
in interface KeyCollectionOperations
public void destroy()
destroy
in interface CollectionOperations
public boolean replace_element_with_key_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
replace_element_with_key_set_iterator
in interface KeyCollectionOperations
ElementInvalid
IteratorInvalid
public void keys(Any[] elements, AnySequenceHolder keys) throws ElementInvalid
keys
in interface KeyCollectionOperations
ElementInvalid
public void add_all_from(Collection collector) throws ElementInvalid
add_all_from
in interface CollectionOperations
ElementInvalid
public OrderedIterator create_ordered_iterator(boolean read_only, boolean reverse_iteration)
create_ordered_iterator
in interface OrderedCollectionOperations
public int number_of_elements()
number_of_elements
in interface CollectionOperations
public boolean locate_next_element_with_different_key(Iterator where) throws IteratorInvalid, IteratorInBetween
locate_next_element_with_different_key
in interface KeyCollectionOperations
IteratorInvalid
IteratorInBetween
public boolean locate_last_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_last_element_with_key
in interface KeySortedCollectionOperations
KeyInvalid
IteratorInvalid
public void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
remove_element_at
in interface CollectionOperations
IteratorInvalid
IteratorInBetween
public int number_of_different_keys()
number_of_different_keys
in interface KeyCollectionOperations
public int remove_all()
remove_all
in interface CollectionOperations
public boolean replace_element_with_key(Any element) throws ElementInvalid
replace_element_with_key
in interface KeyCollectionOperations
ElementInvalid
public boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_set_iterator
in interface CollectionOperations
ElementInvalid
IteratorInvalid
public boolean contains_element_with_key(Any key) throws KeyInvalid
contains_element_with_key
in interface KeyCollectionOperations
KeyInvalid
public boolean all_elements_do(Command what)
all_elements_do
in interface CollectionOperations
public void remove_last_element() throws EmptyCollection
remove_last_element
in interface OrderedCollectionOperations
EmptyCollection
public boolean retrieve_element_with_key(Any key, AnyHolder element) throws KeyInvalid
retrieve_element_with_key
in interface KeyCollectionOperations
KeyInvalid
public boolean locate_previous_element_with_key(Any key, Iterator where) throws KeyInvalid, IteratorInvalid
locate_previous_element_with_key
in interface KeySortedCollectionOperations
KeyInvalid
IteratorInvalid
public void key(Any element, AnyHolder key) throws ElementInvalid
key
in interface KeyCollectionOperations
ElementInvalid
Copyright © 2017 JacORB. All rights reserved.