Returns true if this AgeSet has BONUS objects. @return true if this AgeSet has BONUS objects; false otherwise
()
| 65 | * @return true if this AgeSet has BONUS objects; false otherwise |
| 66 | */ |
| 67 | public boolean hasBonuses() |
| 68 | { |
| 69 | return bonuses != null && !bonuses.isEmpty(); |
| 70 | } |
| 71 | |
| 72 | /** |
| 73 | * Returns the AgeSet Index of this AgeSet. |
no test coverage detected