ITEM - Item typeC - Concrete configurator typepublic interface HasItemsConfigurator<ITEM,C extends HasItemsConfigurator<ITEM,C>>
| Modifier and Type | Method and Description |
|---|---|
C |
addItem(ITEM item)
Add given
item to the item set which acts as in-memory items data source. |
default C |
items(ITEM... items)
Set the items which acts as in-memory items data source.
|
C |
items(Iterable<ITEM> items)
Set the items which acts as in-memory items data source.
|
C items(Iterable<ITEM> items)
items - The data items to setdefault C items(ITEM... items)
items - The data items to setCopyright © 2020 The Holon Platform. All rights reserved.