public interface Allocation<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getAllocation(Bidder<?> bidder)
Returns information about the goods allocated to a specific bidder
|
Collection<? extends Bidder<?>> |
getBidders() |
BigDecimal |
getTotalValue() |
Collection<? extends Bidder<?>> getBidders()
T getAllocation(Bidder<?> bidder)
BigDecimal getTotalValue()
Copyright © 2018. All rights reserved.