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