B M N O P

B

BettingSystem - class net.bluebones.Gambler.BettingSystem.
Command-line program to check profit from a set of bets on the same 'race' and how much should be bet on each 'runner'.
BettingSystem() - Constructor for class net.bluebones.Gambler.BettingSystem
 

M

main(String[]) - Static method in class net.bluebones.Gambler.BettingSystem
Main routine of program

N

net.bluebones.Gambler - package net.bluebones.Gambler
 

O

OddsParser - class net.bluebones.Gambler.OddsParser.
Utility that reads String representations of odds
OddsParser() - Constructor for class net.bluebones.Gambler.OddsParser
 

P

parse(String) - Static method in class net.bluebones.Gambler.OddsParser
Parses a String representation of odds and returns a double of the decimal odds.

B M N O P