Uses of Interface
org.omg.CosCollection.Heap

Packages that use Heap
org.omg.CosCollection   
 

Uses of Heap in org.omg.CosCollection
 

Classes in org.omg.CosCollection that implement Heap
 class _HeapStub
          Generated from IDL interface "Heap"
 

Fields in org.omg.CosCollection declared as Heap
 Heap HeapHolder.value
           
 

Methods in org.omg.CosCollection that return Heap
 Heap _HeapFactoryStub.create(Operations ops, int expected_size)
           
 Heap HeapPOATie._this()
           
 Heap HeapPOATie._this(ORB orb)
           
 Heap HeapPOA._this()
           
 Heap HeapPOA._this(ORB orb)
           
static Heap HeapHelper.extract(Any any)
           
static Heap HeapHelper.read(InputStream in)
           
static Heap HeapHelper.narrow(java.lang.Object obj)
           
static Heap HeapHelper.narrow(Object obj)
           
static Heap HeapHelper.unchecked_narrow(Object obj)
           
 Heap HeapFactoryPOATie.create(Operations ops, int expected_size)
           
 Heap HeapFactoryOperations.create(Operations ops, int expected_size)
           
 

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

Constructors in org.omg.CosCollection with parameters of type Heap
HeapHolder(Heap initial)