public class Results extends Object implements Iterable<Results.Row>
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
Results.Row  | 
| Constructor and Description | 
|---|
Results(Resource resource,
       Metric... metrics)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
addSample(Sample m)  | 
SortedSet<Sample> | 
getColumn(Metric m)  | 
List<Metric> | 
getMetrics()  | 
Resource | 
getResource()  | 
Collection<Results.Row> | 
getRows()  | 
Iterator<Results.Row> | 
iterator()  | 
String | 
toString()  | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic Resource getResource()
public void addSample(Sample m)
public Collection<Results.Row> getRows()
public Iterator<Results.Row> iterator()
iterator in interface Iterable<Results.Row>Copyright © 2015. All rights reserved.