public class ResultList
extends java.lang.Object
implements java.io.Serializable
Result objects.| Constructor and Description |
|---|
ResultList()
Deprecated.
Constructs a new, empty ResultList.
|
ResultList(int initialSize)
Deprecated.
Constructs a new, empty ResultList, with the initial capacity specified.
|
public ResultList()
public ResultList(int initialSize)
initialSize - the initial capacity of the ResultList.public void add(Result result)
Result to the ResultList.result - the Result to be added.public Result get(int index)
Result at the specified index.int - the index of the Result to be retrieved.public int size()
Result objects in the ResultList.