Uses of Interface
org.omg.CosCollection.DequeFactory

Packages that use DequeFactory
org.omg.CosCollection   
 

Uses of DequeFactory in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement DequeFactory
 class _DequeFactoryStub
          Generated from IDL interface "DequeFactory"
 

Fields in org.omg.CosCollection declared as DequeFactory
 DequeFactory DequeFactoryHolder.value
           
 

Methods in org.omg.CosCollection that return DequeFactory
static DequeFactory DequeFactoryHelper.extract(Any any)
           
static DequeFactory DequeFactoryHelper.read(InputStream in)
           
static DequeFactory DequeFactoryHelper.narrow(java.lang.Object obj)
           
static DequeFactory DequeFactoryHelper.narrow(Object obj)
           
static DequeFactory DequeFactoryHelper.unchecked_narrow(Object obj)
           
 DequeFactory DequeFactoryPOA._this()
           
 DequeFactory DequeFactoryPOA._this(ORB orb)
           
 DequeFactory DequeFactoryPOATie._this()
           
 DequeFactory DequeFactoryPOATie._this(ORB orb)
           
 

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

Constructors in org.omg.CosCollection with parameters of type DequeFactory
DequeFactoryHolder(DequeFactory initial)