public static class NumberGuessExample.GameRules extends Object
| Constructor and Description |
|---|
GameRules(int maxRange,
int allowedGuesses) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAllowedGuesses() |
int |
getMaxRange() |
static boolean |
isNumber(String s) |
public int getAllowedGuesses()
public int getMaxRange()
public static boolean isNumber(String s)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.