org.omg.CosCollection
Class _KeySetStub
java.lang.Object
org.omg.CORBA.portable.ObjectImpl
org.omg.CosCollection._KeySetStub
- All Implemented Interfaces:
- Collection, CollectionOperations, IDLEntity, KeyCollection, KeyCollectionOperations, KeySet, KeySetOperations, Object, java.io.Serializable
- public class _KeySetStub
- extends ObjectImpl
- implements KeySet
Generated from IDL interface "KeySet"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
- See Also:
- Serialized Form
Field Summary |
static java.lang.Class |
_opsClass
|
Method Summary |
java.lang.String[] |
_ids()
|
void |
add_all_from(Collection collector)
|
boolean |
add_element_set_iterator(Any element,
Iterator where)
|
boolean |
add_element(Any element)
|
boolean |
add_or_replace_element_with_key_set_iterator(Any element,
Iterator where)
|
boolean |
add_or_replace_element_with_key(Any element)
|
boolean |
all_elements_do(Command what)
|
boolean |
contains_all_keys_from(KeyCollection collector)
|
boolean |
contains_element_with_key(Any key)
|
Iterator |
create_iterator(boolean read_only)
|
void |
destroy()
|
TypeCode |
element_type()
|
boolean |
is_empty()
|
TypeCode |
key_type()
|
void |
key(Any element,
AnyHolder key)
|
void |
keys(Any[] elements,
AnySequenceHolder keys)
|
boolean |
locate_element_with_key(Any key,
Iterator where)
|
boolean |
locate_next_element_with_different_key(Iterator where)
|
boolean |
locate_next_element_with_key(Any key,
Iterator where)
|
boolean |
locate_or_add_element_with_key_set_iterator(Any element,
Iterator where)
|
boolean |
locate_or_add_element_with_key(Any element)
|
int |
number_of_different_keys()
|
int |
number_of_elements_with_key(Any key)
|
int |
number_of_elements()
|
int |
remove_all_elements_with_key(Any key)
|
int |
remove_all()
|
void |
remove_element_at(Iterator where)
|
boolean |
remove_element_with_key(Any key)
|
void |
replace_element_at(Iterator where,
Any element)
|
boolean |
replace_element_with_key_set_iterator(Any element,
Iterator where)
|
boolean |
replace_element_with_key(Any element)
|
boolean |
retrieve_element_at(Iterator where,
AnyHolder element)
|
boolean |
retrieve_element_with_key(Any key,
AnyHolder element)
|
Methods inherited from class org.omg.CORBA.portable.ObjectImpl |
_create_request, _create_request, _duplicate, _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 |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.omg.CORBA.Object |
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override |
_opsClass
public static final java.lang.Class _opsClass
_KeySetStub
public _KeySetStub()
_ids
public java.lang.String[] _ids()
- Specified by:
_ids
in class ObjectImpl
add_or_replace_element_with_key_set_iterator
public boolean add_or_replace_element_with_key_set_iterator(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Specified by:
add_or_replace_element_with_key_set_iterator
in interface KeyCollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
number_of_elements_with_key
public int number_of_elements_with_key(Any key)
throws KeyInvalid
- Specified by:
number_of_elements_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
locate_next_element_with_different_key
public boolean locate_next_element_with_different_key(Iterator where)
throws IteratorInvalid,
IteratorInBetween
- Specified by:
locate_next_element_with_different_key
in interface KeyCollectionOperations
- Throws:
IteratorInvalid
IteratorInBetween
number_of_different_keys
public int number_of_different_keys()
- Specified by:
number_of_different_keys
in interface KeyCollectionOperations
number_of_elements
public int number_of_elements()
- Specified by:
number_of_elements
in interface CollectionOperations
retrieve_element_at
public boolean retrieve_element_at(Iterator where,
AnyHolder element)
throws IteratorInvalid,
IteratorInBetween
- Specified by:
retrieve_element_at
in interface CollectionOperations
- Throws:
IteratorInvalid
IteratorInBetween
replace_element_with_key
public boolean replace_element_with_key(Any element)
throws ElementInvalid
- Specified by:
replace_element_with_key
in interface KeyCollectionOperations
- Throws:
ElementInvalid
add_or_replace_element_with_key
public boolean add_or_replace_element_with_key(Any element)
throws ElementInvalid
- Specified by:
add_or_replace_element_with_key
in interface KeyCollectionOperations
- Throws:
ElementInvalid
key_type
public TypeCode key_type()
- Specified by:
key_type
in interface KeyCollectionOperations
retrieve_element_with_key
public boolean retrieve_element_with_key(Any key,
AnyHolder element)
throws KeyInvalid
- Specified by:
retrieve_element_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
keys
public void keys(Any[] elements,
AnySequenceHolder keys)
throws ElementInvalid
- Specified by:
keys
in interface KeyCollectionOperations
- Throws:
ElementInvalid
key
public void key(Any element,
AnyHolder key)
throws ElementInvalid
- Specified by:
key
in interface KeyCollectionOperations
- Throws:
ElementInvalid
element_type
public TypeCode element_type()
- Specified by:
element_type
in interface CollectionOperations
remove_element_with_key
public boolean remove_element_with_key(Any key)
throws KeyInvalid
- Specified by:
remove_element_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
remove_element_at
public void remove_element_at(Iterator where)
throws IteratorInvalid,
IteratorInBetween
- Specified by:
remove_element_at
in interface CollectionOperations
- Throws:
IteratorInvalid
IteratorInBetween
add_element
public boolean add_element(Any element)
throws ElementInvalid
- Specified by:
add_element
in interface CollectionOperations
- Throws:
ElementInvalid
replace_element_with_key_set_iterator
public boolean replace_element_with_key_set_iterator(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Specified by:
replace_element_with_key_set_iterator
in interface KeyCollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
locate_or_add_element_with_key
public boolean locate_or_add_element_with_key(Any element)
throws ElementInvalid
- Specified by:
locate_or_add_element_with_key
in interface KeyCollectionOperations
- Throws:
ElementInvalid
is_empty
public boolean is_empty()
- Specified by:
is_empty
in interface CollectionOperations
locate_next_element_with_key
public boolean locate_next_element_with_key(Any key,
Iterator where)
throws KeyInvalid,
IteratorInvalid
- Specified by:
locate_next_element_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
IteratorInvalid
create_iterator
public Iterator create_iterator(boolean read_only)
- Specified by:
create_iterator
in interface CollectionOperations
locate_or_add_element_with_key_set_iterator
public boolean locate_or_add_element_with_key_set_iterator(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Specified by:
locate_or_add_element_with_key_set_iterator
in interface KeyCollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
locate_element_with_key
public boolean locate_element_with_key(Any key,
Iterator where)
throws KeyInvalid,
IteratorInvalid
- Specified by:
locate_element_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
IteratorInvalid
add_element_set_iterator
public boolean add_element_set_iterator(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Specified by:
add_element_set_iterator
in interface CollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
contains_all_keys_from
public boolean contains_all_keys_from(KeyCollection collector)
throws KeyInvalid
- Specified by:
contains_all_keys_from
in interface KeyCollectionOperations
- Throws:
KeyInvalid
remove_all_elements_with_key
public int remove_all_elements_with_key(Any key)
throws KeyInvalid
- Specified by:
remove_all_elements_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
remove_all
public int remove_all()
- Specified by:
remove_all
in interface CollectionOperations
destroy
public void destroy()
- Specified by:
destroy
in interface CollectionOperations
contains_element_with_key
public boolean contains_element_with_key(Any key)
throws KeyInvalid
- Specified by:
contains_element_with_key
in interface KeyCollectionOperations
- Throws:
KeyInvalid
add_all_from
public void add_all_from(Collection collector)
throws ElementInvalid
- Specified by:
add_all_from
in interface CollectionOperations
- Throws:
ElementInvalid
replace_element_at
public void replace_element_at(Iterator where,
Any element)
throws ElementInvalid,
IteratorInvalid,
IteratorInBetween
- Specified by:
replace_element_at
in interface CollectionOperations
- Throws:
ElementInvalid
IteratorInvalid
IteratorInBetween
all_elements_do
public boolean all_elements_do(Command what)
- Specified by:
all_elements_do
in interface CollectionOperations