RTI Connext Java API
Version 5.3.1
|
Declares IDL sequence<
com.rti.dds.infrastructure.java.net.InetAddress >
More...
Inherits ArraySequence.
Public Member Functions | |
InetAddressSeq () | |
Construct a new empty sequence. | |
InetAddressSeq (int initial_maximum) | |
Construct a new empty sequence with the given maximum. | |
InetAddressSeq (Collection addresses) | |
Construct a new sequence containing all of the given addresses. | |
Declares IDL sequence<
com.rti.dds.infrastructure.java.net.InetAddress >
InetAddressSeq | ( | ) |
Construct a new empty sequence.
InetAddressSeq | ( | int | initial_maximum | ) |
Construct a new empty sequence with the given maximum.
InetAddressSeq | ( | Collection | addresses | ) |
Construct a new sequence containing all of the given addresses.