RTI Connext Java API
Version 5.1.0
|
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. | |
Public Member Functions inherited from ArraySequence | |
ArraySequence (Class elementType) | |
ArraySequence (Class elementType, Collection elements) | |
boolean | equals (Object o) |
Public Member Functions inherited from Sequence | |
int | getMaximum () |
Get the current maximum number of elements that can be stored in this sequence. | |
void | setMaximum (int new_max) |
Resize this sequence to a new desired maximum. | |
Class | getElementType () |
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.