public abstract class AbstractGenericDepot<T extends IPNDItem> extends Object
Constructor and Description |
---|
AbstractGenericDepot(String depotId) |
Modifier and Type | Method and Description |
---|---|
void |
add(List<T> items) |
boolean |
add(T item) |
Optional<T> |
get(String key) |
String |
getDepotId() |
List<T> |
getItems() |
abstract Optional<T> |
mergeItem(T itemOne,
T itemTwo) |
abstract void |
postAdd(T item) |
boolean |
remove(T item) |
boolean |
replace(T orgItem,
T newItem) |
void |
setItems(List<T> items) |
Copyright © 2017–2023 DNA Evolutions GmbH. All rights reserved.