RTI Connext Java API  Version 5.1.0
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.
 
 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 ()
 

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

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.


RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc