public class SimpleReport extends Report
Report.Entry| Constructor and Description |
|---|
SimpleReport() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Report.Entry entry) |
SimpleReport |
copy() |
List<Report.Entry> |
getEntries() |
Report.Entry |
getEntry() |
boolean |
hasEntries() |
public SimpleReport copy()
public void add(Report.Entry entry)
public boolean hasEntries()
hasEntries in class Reportpublic List<Report.Entry> getEntries()
getEntries in class Reportpublic Report.Entry getEntry()
Copyright © 2018. All rights reserved.