Uses of Interface
org.omg.CosCollection.Operations

Packages that use Operations
org.omg.CosCollection   
 

Uses of Operations in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Operations
 class _OperationsStub
          Generated from IDL interface "Operations"
 

Fields in org.omg.CosCollection declared as Operations
 Operations OperationsHolder.value
           
 

Methods in org.omg.CosCollection that return Operations
static Operations OperationsHelper.extract(Any any)
           
static Operations OperationsHelper.read(InputStream in)
           
static Operations OperationsHelper.narrow(java.lang.Object obj)
           
static Operations OperationsHelper.narrow(Object obj)
           
static Operations OperationsHelper.unchecked_narrow(Object obj)
           
 Operations OperationsPOA._this()
           
 Operations OperationsPOA._this(ORB orb)
           
 Operations OperationsPOATie._this()
           
 Operations OperationsPOATie._this(ORB orb)
           
 

Methods in org.omg.CosCollection with parameters of type Operations
static void OperationsHelper.insert(Any any, Operations s)
           
static void OperationsHelper.write(OutputStream _out, Operations s)
           
 Deque DequeFactoryOperations.create(Operations ops, int expected_size)
           
 Deque DequeFactoryPOATie.create(Operations ops, int expected_size)
           
 Heap HeapFactoryOperations.create(Operations ops, int expected_size)
           
 Heap HeapFactoryPOATie.create(Operations ops, int expected_size)
           
 PriorityQueue PriorityQueueFactoryOperations.create(Operations ops, int expected_size)
           
 PriorityQueue PriorityQueueFactoryPOATie.create(Operations ops, int expected_size)
           
 Queue QueueFactoryOperations.create(Operations ops, int expected_size)
           
 Queue QueueFactoryPOATie.create(Operations ops, int expected_size)
           
 CSequence SequenceFactoryOperations.create(Operations ops, int expected_size)
           
 Stack StackFactoryOperations.create(Operations ops, int expected_size)
           
 Stack StackFactoryPOATie.create(Operations ops, int expected_size)
           
 Deque _DequeFactoryStub.create(Operations ops, int expected_size)
           
 Heap _HeapFactoryStub.create(Operations ops, int expected_size)
           
 PriorityQueue _PriorityQueueFactoryStub.create(Operations ops, int expected_size)
           
 Queue _QueueFactoryStub.create(Operations ops, int expected_size)
           
 Stack _StackFactoryStub.create(Operations ops, int expected_size)
           
 Bag BagFactoryOperations.create(Operations ops, int expected_size)
           
 Bag BagFactoryPOATie.create(Operations ops, int expected_size)
           
 EqualitySequence EqualitySequenceFactoryOperations.create(Operations ops, int expected_size)
           
 EqualitySequence EqualitySequenceFactoryPOATie.create(Operations ops, int expected_size)
           
 KeyBag KeyBagFactoryOperations.create(Operations ops, int expected_size)
           
 KeyBag KeyBagFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySet KeySetFactoryOperations.create(Operations ops, int expected_size)
           
 KeySet KeySetFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySortedBag KeySortedBagFactoryOperations.create(Operations ops, int expected_size)
           
 KeySortedBag KeySortedBagFactoryPOATie.create(Operations ops, int expected_size)
           
 KeySortedSet KeySortedSetFactoryOperations.create(Operations ops, int expected_size)
           
 KeySortedSet KeySortedSetFactoryPOATie.create(Operations ops, int expected_size)
           
 Map MapFactoryOperations.create(Operations ops, int expected_size)
           
 Map MapFactoryPOATie.create(Operations ops, int expected_size)
           
 Relation RelationFactoryOperations.create(Operations ops, int expected_size)
           
 Relation RelationFactoryPOATie.create(Operations ops, int expected_size)
           
 CSequence SequenceFactoryPOATie.create(Operations ops, int expected_size)
           
 Set SetFactoryOperations.create(Operations ops, int expected_size)
           
 Set SetFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedBag SortedBagFactoryOperations.create(Operations ops, int expected_size)
           
 SortedBag SortedBagFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedMap SortedMapFactoryOperations.create(Operations ops, int expected_size)
           
 SortedMap SortedMapFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedRelation SortedRelationFactoryOperations.create(Operations ops, int expected_size)
           
 SortedRelation SortedRelationFactoryPOATie.create(Operations ops, int expected_size)
           
 SortedSet SortedSetFactoryOperations.create(Operations ops, int expected_size)
           
 SortedSet SortedSetFactoryPOATie.create(Operations ops, int expected_size)
           
 Bag _BagFactoryStub.create(Operations ops, int expected_size)
           
 EqualitySequence _EqualitySequenceFactoryStub.create(Operations ops, int expected_size)
           
 KeyBag _KeyBagFactoryStub.create(Operations ops, int expected_size)
           
 KeySet _KeySetFactoryStub.create(Operations ops, int expected_size)
           
 KeySortedBag _KeySortedBagFactoryStub.create(Operations ops, int expected_size)
           
 KeySortedSet _KeySortedSetFactoryStub.create(Operations ops, int expected_size)
           
 Map _MapFactoryStub.create(Operations ops, int expected_size)
           
 Relation _RelationFactoryStub.create(Operations ops, int expected_size)
           
 CSequence _SequenceFactoryStub.create(Operations ops, int expected_size)
           
 Set _SetFactoryStub.create(Operations ops, int expected_size)
           
 SortedBag _SortedBagFactoryStub.create(Operations ops, int expected_size)
           
 SortedMap _SortedMapFactoryStub.create(Operations ops, int expected_size)
           
 SortedRelation _SortedRelationFactoryStub.create(Operations ops, int expected_size)
           
 SortedSet _SortedSetFactoryStub.create(Operations ops, int expected_size)
           
 

Constructors in org.omg.CosCollection with parameters of type Operations
OperationsHolder(Operations initial)