| Package | Description |
|---|---|
| de.alpharogroup.lottery.wincategories |
Provides classes for several win categories of gambling games
|
| Modifier and Type | Method and Description |
|---|---|
static LotteryWinCategory |
LotteryWinCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LotteryWinCategory[] |
LotteryWinCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Optional<LotteryWinCategory> |
LotteryWinCategory.getLotteryWinCategory(Collection<Integer> wonLotteryTicket,
boolean withSuperNumber)
Gets an Optional with the LotteryWinCategory from the given
Collection that contains the result of an intersection with the drawn lottery numbers.
|
static Optional<LotteryWinCategory> |
LotteryWinCategory.getLotteryWinCategory(Collection<Integer> drawnLotteryNumbers,
Collection<Integer> playedLotteryTicket,
boolean withSuperNumber)
Gets an Optional with the LotteryWinCategory that is an
intersection of the given drawn lottery numbers and the given played lottery Ticket.
|
Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.