Declares IDL sequence < com.rti.dds.subscription.Subscriber > .
More...
Inherits AbstractNativeSequence.
Public Member Functions |
| | SubscriberSeq (Collection subscribers) |
| |
| | AbstractNativeSequence (Class elementType, long nativeSequencePtr, int initialMaximum) |
| |
| final void | destroy () |
| |
| abstract Object | get (int index) |
| |
| abstract Object | set (int index, Object element) |
| |
| void | add (int index, Object element) |
| | Inserts the specified element at the specified position in this sequence.
|
| |
| boolean | add (Object element) |
| | Appends the specified element to the end of this sequence.
|
| |
| final Object | remove (int index) |
| | Remove the element at the given index by shifting all subsequent elements "left" by one.
|
| |
| int | getMaximum () |
| | Get the current maximum number of elements that can be stored in this sequence.
|
| |
| void | setMaximum (int new_max) |
| | Resize this sequence to a new desired maximum.
|
| |
| Class | getElementType () |
| |
Additional Inherited Members |
| long | getNativeSequence () |
| |
| abstract void | destroyNativeSequence (long nativeSequence) |
| |
Detailed Description
Declares IDL sequence < com.rti.dds.subscription.Subscriber > .
- See Also
- com.rti.dds.infrastructure.com.rti.dds.util.Sequence
Constructor & Destructor Documentation
- Exceptions
-
| NullPointerException | if the given collection is null |