org.omg.CosCollection
Interface EqualityCollectionOperations
- All Superinterfaces:
- CollectionOperations
- All Known Subinterfaces:
- Bag, BagOperations, EqualityCollection, EqualityKeyCollection, EqualityKeyCollectionOperations, EqualityKeySortedCollection, EqualityKeySortedCollectionOperations, EqualitySequence, EqualitySequenceOperations, EqualitySequentialCollection, EqualitySequentialCollectionOperations, EqualitySortedCollection, EqualitySortedCollectionOperations, Map, MapOperations, Relation, RelationOperations, Set, SetOperations, SortedBag, SortedBagOperations, SortedMap, SortedMapOperations, SortedRelation, SortedRelationOperations, SortedSet, SortedSetOperations
- All Known Implementing Classes:
- _BagStub, _EqualityCollectionStub, _EqualityKeyCollectionStub, _EqualityKeySortedCollectionStub, _EqualitySequenceStub, _EqualitySequentialCollectionStub, _EqualitySortedCollectionStub, _MapStub, _RelationStub, _SetStub, _SortedBagStub, _SortedMapStub, _SortedRelationStub, _SortedSetStub, BagPOA, EqualityCollectionPOA, EqualityKeyCollectionPOA, EqualityKeySortedCollectionPOA, EqualitySequencePOA, EqualitySequentialCollectionPOA, EqualitySortedCollectionPOA, MapPOA, RelationPOA, SetPOA, SortedBagPOA, SortedMapPOA, SortedRelationPOA, SortedSetPOA
- public interface EqualityCollectionOperations
- extends CollectionOperations
Generated from IDL interface "EqualityCollection"
- Author:
- JacORB IDL compiler V 2.2.3, 10-Dec-2005
Methods inherited from interface org.omg.CosCollection.CollectionOperations |
add_all_from, add_element_set_iterator, add_element, all_elements_do, create_iterator, destroy, element_type, is_empty, number_of_elements, remove_all, remove_element_at, replace_element_at, retrieve_element_at |
contains_element
public boolean contains_element(Any element)
throws ElementInvalid
- Throws:
ElementInvalid
contains_all_from
public boolean contains_all_from(Collection collector)
throws ElementInvalid
- Throws:
ElementInvalid
locate_or_add_element
public boolean locate_or_add_element(Any element)
throws ElementInvalid
- Throws:
ElementInvalid
locate_or_add_element_set_iterator
public boolean locate_or_add_element_set_iterator(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Throws:
ElementInvalid
IteratorInvalid
locate_element
public boolean locate_element(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Throws:
ElementInvalid
IteratorInvalid
locate_next_element
public boolean locate_next_element(Any element,
Iterator where)
throws ElementInvalid,
IteratorInvalid
- Throws:
ElementInvalid
IteratorInvalid
locate_next_different_element
public boolean locate_next_different_element(Iterator where)
throws IteratorInvalid,
IteratorInBetween
- Throws:
IteratorInvalid
IteratorInBetween
remove_element
public boolean remove_element(Any element)
throws ElementInvalid
- Throws:
ElementInvalid
remove_all_occurrences
public int remove_all_occurrences(Any element)
throws ElementInvalid
- Throws:
ElementInvalid
number_of_different_elements
public int number_of_different_elements()
number_of_occurrences
public int number_of_occurrences(Any element)
throws ElementInvalid
- Throws:
ElementInvalid