Searched refs:theSlotData (Results 1 - 1 of 1) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/interceptors/
H A DSlotTable.java39 private Any[] theSlotData; field in class:SlotTable
55 theSlotData = new Any[slotSize];
65 if( id >= theSlotData.length ) {
69 theSlotData[id] = data;
79 if( id >= theSlotData.length ) {
82 if( theSlotData[id] == null ) {
83 theSlotData [id] = new AnyImpl(orb);
85 return theSlotData[ id ];
94 for( int i = 0; i < theSlotData.length; i++ ) {
95 theSlotData[
[all...]

Completed in 109 milliseconds