Uses of Class
bot.module.th.estimation.Opponent

Packages that use Opponent
bot.module.th.estimation   
 

Uses of Opponent in bot.module.th.estimation
 

Fields in bot.module.th.estimation with type parameters of type Opponent
private  java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Opponent>> Estimation.opponentsEstimations
          Map holding all estimations by opponent and competition
playerId, HashMap oppPerCompetition: competitionId, estimation
 

Methods in bot.module.th.estimation that return types with arguments of type Opponent
 java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Opponent>> Estimation.getOpponentsEstimations()
           
 java.util.Map<java.lang.Integer,java.util.Map<java.lang.Integer,Opponent>> IF_Estimation.getOpponentsEstimations()