public class _HeapStub extends ObjectImpl implements Heap
| Constructor and Description |
|---|
_HeapStub() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
_ids() |
void |
add_all_from(Collection collector) |
boolean |
add_element_set_iterator(Any element,
Iterator where) |
boolean |
add_element(Any element) |
boolean |
all_elements_do(Command what) |
Iterator |
create_iterator(boolean read_only) |
void |
destroy() |
TypeCode |
element_type() |
boolean |
is_empty() |
int |
number_of_elements() |
int |
remove_all() |
void |
remove_element_at(Iterator where) |
void |
replace_element_at(Iterator where,
Any element) |
boolean |
retrieve_element_at(Iterator where,
AnyHolder element) |
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _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, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, wait_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_overridepublic static final Class _opsClass
public String[] _ids()
_ids in class ObjectImplpublic int remove_all()
remove_all in interface CollectionOperationspublic boolean add_element(Any element) throws ElementInvalid
add_element in interface CollectionOperationsElementInvalidpublic void remove_element_at(Iterator where) throws IteratorInvalid, IteratorInBetween
remove_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic void replace_element_at(Iterator where, Any element) throws ElementInvalid, IteratorInvalid, IteratorInBetween
replace_element_at in interface CollectionOperationsElementInvalidIteratorInvalidIteratorInBetweenpublic int number_of_elements()
number_of_elements in interface CollectionOperationspublic Iterator create_iterator(boolean read_only)
create_iterator in interface CollectionOperationspublic TypeCode element_type()
element_type in interface CollectionOperationspublic boolean retrieve_element_at(Iterator where, AnyHolder element) throws IteratorInvalid, IteratorInBetween
retrieve_element_at in interface CollectionOperationsIteratorInvalidIteratorInBetweenpublic boolean add_element_set_iterator(Any element, Iterator where) throws ElementInvalid, IteratorInvalid
add_element_set_iterator in interface CollectionOperationsElementInvalidIteratorInvalidpublic boolean is_empty()
is_empty in interface CollectionOperationspublic void destroy()
destroy in interface CollectionOperationspublic void add_all_from(Collection collector) throws ElementInvalid
add_all_from in interface CollectionOperationsElementInvalidpublic boolean all_elements_do(Command what)
all_elements_do in interface CollectionOperationsCopyright © 2015 JacORB. All rights reserved.