WcharSeq Class Reference
[Built-in Sequences]

Instantiates com.rti.dds.util.Sequence < char >. More...

Inheritance diagram for WcharSeq:

CharSeq AbstractPrimitiveSequence AbstractSequence Sequence Copyable Sequence

List of all members.

Public Member Functions

 WcharSeq ()
 Constructs an empty sequence of wide characters with an initial maximum of zero.
 WcharSeq (int initialMaximum)
 Constructs an empty sequence of wide characters with the given initial maximum.
 WcharSeq (char[] chars)
 Constructs a new sequence containing the given wide characters.


Detailed Description

Instantiates com.rti.dds.util.Sequence < char >.

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

com.rti.dds.util.Sequence


Constructor & Destructor Documentation

WcharSeq (  ) 

Constructs an empty sequence of wide characters with an initial maximum of zero.

WcharSeq ( int  initialMaximum  ) 

Constructs an empty sequence of wide characters with the given initial maximum.

WcharSeq ( char[]  chars  ) 

Constructs a new sequence containing the given wide characters.

Parameters:
chars the initial contents of this sequence
Exceptions:
NullPointerException if the input array is null


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