public class DiscoveryUrlList
extends java.lang.Object
implements java.io.Serializable
DiscoveryUrl
objects.Constructor and Description |
---|
DiscoveryUrlList()
Deprecated.
Constructs a new, empty DiscoveryUrlList.
|
DiscoveryUrlList(int initialSize)
Deprecated.
Constructs a new, empty DiscoveryUrlList, with the initial capacity specified.
|
Modifier and Type | Method and Description |
---|---|
void |
add(DiscoveryUrl discoveryURL)
Deprecated.
Adds a
DiscoveryUrl to the DiscoveryUrlList. |
DiscoveryUrl |
get(int i)
Deprecated.
Returns the
DiscoveryUrl at the specified index. |
int |
size()
Deprecated.
Returns the number of
DiscoveryUrl objects in the DiscoveryUrlList. |
public DiscoveryUrlList()
public DiscoveryUrlList(int initialSize)
initialSize
- the initial capacity of the DiscoveryUrlList.public void add(DiscoveryUrl discoveryURL)
DiscoveryUrl
to the DiscoveryUrlList.discoveryUrl
- the DiscoveryUrl to be added.public DiscoveryUrl get(int i)
DiscoveryUrl
at the specified index.int
- the index of the DiscoveryUrl to be retrieved.public int size()
DiscoveryUrl
objects in the DiscoveryUrlList.