public class Results<T extends Element<?>> extends Object implements Iterable<Results.Row<T>>
| 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) |
Collection<Results.Row<T>> |
getRows() |
Iterator<Results.Row<T>> |
iterator() |
String |
toString() |
public 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 © 2015. All rights reserved.