public final class MessageStructureTopicSeq
extends com.rti.dds.util.LoanableSequence
implements com.rti.dds.infrastructure.Copyable
Constructor and Description |
---|
MessageStructureTopicSeq() |
MessageStructureTopicSeq(java.util.Collection elements) |
MessageStructureTopicSeq(int initialMaximum) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
copy_from(java.lang.Object src)
Copy data into
this object from another. |
get, getMaximum, getNativeElements, getNativeLength, getSample, getSampleHolder, hasOwnership, loan, set, setMaximum, size, unloan
addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subList
public MessageStructureTopicSeq()
public MessageStructureTopicSeq(int initialMaximum)
public MessageStructureTopicSeq(java.util.Collection elements)
public java.lang.Object copy_from(java.lang.Object src)
this
object from another.
The result of this method is that both this
and src
will be the same size and contain the
same data.copy_from
in interface com.rti.dds.infrastructure.Copyable
src
- The Object which contains the data to be copiedthis
java.lang.NullPointerException
- If src
is null.java.lang.ClassCastException
- If src
is not a
Sequence
OR if one of the objects contained in
the Sequence
is not of the expected type.Copyable.copy_from(java.lang.Object)