public class ResultInfoSet extends Object implements Iterable<ResultInfo>
Constructor and Description |
---|
ResultInfoSet() |
Modifier and Type | Method and Description |
---|---|
ResultInfo |
get(int index)
Returns
ResultInfo associated with a given index. |
List<ResultInfo> |
getInfoList()
Returns a list of all results.
|
Iterator<ResultInfo> |
iterator()
Returns an iterator to the ResultInfo collection.
|
int |
size()
Returns result set size.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public Iterator<ResultInfo> iterator()
iterator
in interface Iterable<ResultInfo>
public ResultInfo get(int index)
ResultInfo
associated with a given index. Most jobs
should only have 1 result structure.index
- represents index of the result.public int size()
public List<ResultInfo> getInfoList()
ResultInfo
Copyright © 2016. All rights reserved.