Uses of Interface
org.omg.CosCollection.Stack

Packages that use Stack
org.omg.CosCollection   
 

Uses of Stack in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Stack
 class _StackStub
          Generated from IDL interface "Stack"
 

Fields in org.omg.CosCollection declared as Stack
 Stack StackHolder.value
           
 

Methods in org.omg.CosCollection that return Stack
 Stack _StackFactoryStub.create(Operations ops, int expected_size)
           
 Stack StackPOATie._this()
           
 Stack StackPOATie._this(ORB orb)
           
 Stack StackPOA._this()
           
 Stack StackPOA._this(ORB orb)
           
static Stack StackHelper.extract(Any any)
           
static Stack StackHelper.read(InputStream in)
           
static Stack StackHelper.narrow(java.lang.Object obj)
           
static Stack StackHelper.narrow(Object obj)
           
static Stack StackHelper.unchecked_narrow(Object obj)
           
 Stack StackFactoryPOATie.create(Operations ops, int expected_size)
           
 Stack StackFactoryOperations.create(Operations ops, int expected_size)
           
 

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

Constructors in org.omg.CosCollection with parameters of type Stack
StackHolder(Stack initial)