Uses of Interface
org.omg.CosCollection.Deque

Packages that use Deque
org.omg.CosCollection   
 

Uses of Deque in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Deque
 class _DequeStub
          Generated from IDL interface "Deque"
 

Fields in org.omg.CosCollection declared as Deque
 Deque DequeHolder.value
           
 

Methods in org.omg.CosCollection that return Deque
 Deque DequePOATie._this()
           
 Deque DequePOATie._this(ORB orb)
           
static Deque DequeHelper.extract(Any any)
           
static Deque DequeHelper.read(InputStream in)
           
static Deque DequeHelper.narrow(java.lang.Object obj)
           
static Deque DequeHelper.narrow(Object obj)
           
static Deque DequeHelper.unchecked_narrow(Object obj)
           
 Deque DequeFactoryPOATie.create(Operations ops, int expected_size)
           
 Deque _DequeFactoryStub.create(Operations ops, int expected_size)
           
 Deque DequePOA._this()
           
 Deque DequePOA._this(ORB orb)
           
 Deque DequeFactoryOperations.create(Operations ops, int expected_size)
           
 

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

Constructors in org.omg.CosCollection with parameters of type Deque
DequeHolder(Deque initial)