public class StatResultSet extends java.lang.Object implements java.lang.Iterable<StatData>
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<StatData> |
iterator()
Obtain an Iterator for this Collection.
|
int |
size()
Returns the number of StatData items that are in this ResultSet.
|