-
Constructor Summary
Constructors
-
Method Summary
Find the item with id in given list of items.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ReportBase
public ReportBase()
-
Method Details
-
findItem
Find the item with id in given list of items.
- Parameters:
id
- the id to find.
items
- the items to search in.
- Returns:
- the
Item
as Optional
.