Uses of Interface
org.omg.CosCollection.OrderedCollection

Packages that use OrderedCollection
org.omg.CosCollection   
 

Uses of OrderedCollection in org.omg.CosCollection
 

Subinterfaces of OrderedCollection in org.omg.CosCollection
 interface CSequence
          Generated from IDL interface "CSequence"
 interface EqualityKeySortedCollection
          Generated from IDL interface "EqualityKeySortedCollection"
 interface EqualitySequence
          Generated from IDL interface "EqualitySequence"
 interface EqualitySequentialCollection
          Generated from IDL interface "EqualitySequentialCollection"
 interface EqualitySortedCollection
          Generated from IDL interface "EqualitySortedCollection"
 interface KeySortedBag
          Generated from IDL interface "KeySortedBag"
 interface KeySortedCollection
          Generated from IDL interface "KeySortedCollection"
 interface KeySortedSet
          Generated from IDL interface "KeySortedSet"
 interface SequentialCollection
          Generated from IDL interface "SequentialCollection"
 interface SortedBag
          Generated from IDL interface "SortedBag"
 interface SortedCollection
          Generated from IDL interface "SortedCollection"
 interface SortedMap
          Generated from IDL interface "SortedMap"
 interface SortedRelation
          Generated from IDL interface "SortedRelation"
 interface SortedSet
          Generated from IDL interface "SortedSet"
 

Classes in org.omg.CosCollection that implement OrderedCollection
 class _CSequenceStub
          Generated from IDL interface "CSequence"
 class _EqualityKeySortedCollectionStub
          Generated from IDL interface "EqualityKeySortedCollection"
 class _EqualitySequenceStub
          Generated from IDL interface "EqualitySequence"
 class _EqualitySequentialCollectionStub
          Generated from IDL interface "EqualitySequentialCollection"
 class _EqualitySortedCollectionStub
          Generated from IDL interface "EqualitySortedCollection"
 class _KeySortedBagStub
          Generated from IDL interface "KeySortedBag"
 class _KeySortedCollectionStub
          Generated from IDL interface "KeySortedCollection"
 class _KeySortedSetStub
          Generated from IDL interface "KeySortedSet"
 class _OrderedCollectionStub
          Generated from IDL interface "OrderedCollection"
 class _SequentialCollectionStub
          Generated from IDL interface "SequentialCollection"
 class _SortedBagStub
          Generated from IDL interface "SortedBag"
 class _SortedCollectionStub
          Generated from IDL interface "SortedCollection"
 class _SortedMapStub
          Generated from IDL interface "SortedMap"
 class _SortedRelationStub
          Generated from IDL interface "SortedRelation"
 class _SortedSetStub
          Generated from IDL interface "SortedSet"
 

Fields in org.omg.CosCollection declared as OrderedCollection
 OrderedCollection OrderedCollectionHolder.value
           
 

Methods in org.omg.CosCollection that return OrderedCollection
 OrderedCollection OrderedCollectionPOATie._this()
           
 OrderedCollection OrderedCollectionPOATie._this(ORB orb)
           
 OrderedCollection OrderedCollectionPOA._this()
           
 OrderedCollection OrderedCollectionPOA._this(ORB orb)
           
static OrderedCollection OrderedCollectionHelper.extract(Any any)
           
static OrderedCollection OrderedCollectionHelper.read(InputStream in)
           
static OrderedCollection OrderedCollectionHelper.narrow(java.lang.Object obj)
           
static OrderedCollection OrderedCollectionHelper.narrow(Object obj)
           
static OrderedCollection OrderedCollectionHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosCollection with parameters of type OrderedCollection
static void OrderedCollectionHelper.insert(Any any, OrderedCollection s)
           
static void OrderedCollectionHelper.write(OutputStream _out, OrderedCollection s)
           
 

Constructors in org.omg.CosCollection with parameters of type OrderedCollection
OrderedCollectionHolder(OrderedCollection initial)