public abstract class Report extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Report.Entry |
| Constructor and Description |
|---|
Report() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(Report.Entry entry) |
abstract Report |
copy() |
abstract List<Report.Entry> |
getEntries() |
boolean |
hasEntries() |
String |
toString() |
public abstract Report copy()
public abstract void add(Report.Entry entry)
public abstract List<Report.Entry> getEntries()
public boolean hasEntries()
Copyright © 2018. All rights reserved.