public interface NonGenericPriceUpdater<T extends Good>
| Modifier and Type | Method and Description |
|---|---|
Map<T,BigDecimal> |
getLastPrices() |
Map<T,BigDecimal> |
updatePrices(Map<T,BigDecimal> oldPrices,
Map<T,Integer> demand) |
Map<T,BigDecimal> updatePrices(Map<T,BigDecimal> oldPrices, Map<T,Integer> demand)
Map<T,BigDecimal> getLastPrices()
Copyright © 2019. All rights reserved.