A sequence of KeyTypePair instances.  
List of all members.
| 
Public Member Functions | 
|  | KeyTypePairSeq () | 
|  | KeyTypePairSeq (int initialMaximum) | 
|  | KeyTypePairSeq (Collection elements) | 
| Object | copy_from (Object src) | 
|  | Copy data into thisobject from another.
 | 
| 
Package Attributes | 
| transient Sequence | _loanedInfoSequence = null | 
|  | When a memory loan has been taken out in the lower layers of RTI Data Distribution Service, store a pointer to the native sequence here. 
 | 
Constructor & Destructor Documentation
Member Function Documentation
      
        
          | Object copy_from | ( | Object | src | ) |  | 
      
 
The result of this method is that both this and src will be the same size and contain the same data.
- Parameters:
- 
  
    | src | The Object which contains the data to be copied |  
 
- Returns:
- this
- Exceptions:
- 
  
    | NullPointerException | If srcis null. |  | ClassCastException | If srcis not aSequenceOR if one of the objects contained in theSequenceis not of the expected type. |  
 
- See also:
- com.rti.dds.infrastructure.Copyable.copy_from(java.lang.Object) 
 
 
Member Data Documentation
That way, when we call finish(), we can give the memory back. 
 
 
The documentation for this class was generated from the following file: