RTI Connext Java API  Version 6.1.2

Declares IDL sequence < com.rti.dds.subscription.SampleInfo > . More...

Inheritance diagram for SampleInfoSeq:
LoanableSequence Sequence AbstractSequence Sequence

Additional Inherited Members

- Public Member Functions inherited from LoanableSequence
 LoanableSequence (Class elementType)
 Construct a new sequence for elements of the given type. More...
 
 LoanableSequence (Class elementType, int maximum)
 Construct a new sequence for elements of the given type. More...
 
 LoanableSequence (Class elementType, Collection elements)
 Construct a new sequence for elements of the given type. More...
 
final boolean hasOwnership ()
 Return the value of the owned flag. More...
 
int getMaximum ()
 Get the current maximum number of elements that can be stored in this sequence. More...
 
void setMaximum (int new_max)
 Resize this sequence to a new desired maximum. More...
 
Object set (int index, Object element)
 Replaces the element at the specified position in this sequence with the specified element. More...
 
Object get (int index)
 Returns the element at the specified position in this sequence. More...
 
int size ()
 Returns the length of the sequence. More...
 
- Public Member Functions inherited from AbstractSequence
void setMaximum (int new_max)
 Resize this sequence to a new desired maximum. More...
 
Class getElementType ()
 
void add (int index, Object element)
 Inserts the specified element at the specified position in this sequence. More...
 
boolean add (Object element)
 Appends the specified element to the end of this sequence. More...
 
final Object remove (int index)
 Remove the element at the given index by shifting all subsequent elements "left" by one. More...
 

Detailed Description

Declares IDL sequence < com.rti.dds.subscription.SampleInfo > .

See also
com.rti.dds.infrastructure.com.rti.dds.util.Sequence