LongDoubleSeq Class Reference
[Built-in Sequences]

Instantiates com.rti.dds.util.Sequence < com.rti.dds.infrastructure.LongDouble >. More...

Inheritance diagram for LongDoubleSeq:

DoubleSeq AbstractPrimitiveSequence AbstractSequence Sequence Copyable Sequence

List of all members.

Public Member Functions

 LongDoubleSeq ()
 Constructs an empty sequence of long doubles with an initial maximum of zero.
 LongDoubleSeq (int initialMaximum)
 Constructs an empty sequence of long doubles with the given initial maximum.
 LongDoubleSeq (double[] doubles)
 Constructs a new sequence containing the given long doubles.


Detailed Description

Instantiates com.rti.dds.util.Sequence < com.rti.dds.infrastructure.LongDouble >.

Instantiates:
<<generic>> com.rti.dds.util.Sequence
See also:
com.rti.dds.infrastructure.LongDouble

com.rti.dds.util.Sequence


Constructor & Destructor Documentation

LongDoubleSeq (  ) 

Constructs an empty sequence of long doubles with an initial maximum of zero.

LongDoubleSeq ( int  initialMaximum  ) 

Constructs an empty sequence of long doubles with the given initial maximum.

LongDoubleSeq ( double[]  doubles  ) 

Constructs a new sequence containing the given long doubles.

Parameters:
doubles the initial contents of this sequence


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc