public final class PrivateMessageTopicSeq
extends com.rti.dds.util.LoanableSequence
implements com.rti.dds.infrastructure.Copyable
| Constructor and Description |
|---|
PrivateMessageTopicSeq() |
PrivateMessageTopicSeq(java.util.Collection elements) |
PrivateMessageTopicSeq(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, unloanaddAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, subListpublic PrivateMessageTopicSeq()
public PrivateMessageTopicSeq(int initialMaximum)
public PrivateMessageTopicSeq(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.Copyablesrc - The Object which contains the data to be copiedthisjava.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)