RTI Connext Java API  Version 6.1.2
InetAddressSeq Class Reference

Declares IDL sequence< com.rti.dds.infrastructure.java.net.InetAddress > More...

Inherits ArraySequence.

Public Member Functions

 InetAddressSeq ()
 Construct a new empty sequence. More...
 
 InetAddressSeq (int initial_maximum)
 Construct a new empty sequence with the given maximum. More...
 
 InetAddressSeq (Collection addresses)
 Construct a new sequence containing all of the given addresses. More...
 

Detailed Description

Declares IDL sequence< com.rti.dds.infrastructure.java.net.InetAddress >

Instantiates:
<<generic>> com.rti.dds.infrastructure.com.rti.dds.util.Sequence
See also
com.rti.dds.infrastructure.java.net.InetAddress

Constructor & Destructor Documentation

◆ InetAddressSeq() [1/3]

Construct a new empty sequence.

◆ InetAddressSeq() [2/3]

InetAddressSeq ( int  initial_maximum)

Construct a new empty sequence with the given maximum.

◆ InetAddressSeq() [3/3]

InetAddressSeq ( Collection  addresses)

Construct a new sequence containing all of the given addresses.