public interface BidHistoryKeeper
Modifier and Type | Method and Description |
---|---|
Bid |
getMyLastBid() |
Bid |
getMySecondLastBid() |
BidHistory |
getOpponentHistory() |
Bid |
getOpponentLastBid() |
BidHistory getOpponentHistory()
Bid getMyLastBid()
Bid getMySecondLastBid()
Bid getOpponentLastBid()