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