public class Results<T extends Element<?>> extends Object implements Iterable<Results.Row<T>>, Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Results.Row<T extends Element<?>> |
| Constructor and Description |
|---|
Results() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(T sample) |
void |
addRow(Results.Row<T> row) |
boolean |
equals(Object obj) |
Collection<Results.Row<T>> |
getRows() |
int |
hashCode() |
Iterator<Results.Row<T>> |
iterator() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic void addElement(T sample)
public void addRow(Results.Row<T> row)
public Collection<Results.Row<T>> getRows()
public Iterator<Results.Row<T>> iterator()
iterator in interface Iterable<Results.Row<T extends Element<?>>>Copyright © 2017. All rights reserved.