|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.bluebones.Gambler.OddsParser
Utility that reads String representations of odds
Constructor Summary | |
OddsParser()
|
Method Summary | |
static double |
parse(java.lang.String s)
Parses a String representation of odds and returns a double of the decimal odds. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public OddsParser()
Method Detail |
public static double parse(java.lang.String s)
s
- String to parse to decimal odds
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |