Searched refs:offerIntScore (Results 1 – 1 of 1) sorted by relevance
342 final int offerIntScore; in mightBeatByLegacyInt() local345 offerIntScore = contestant.getScore().getLegacyIntAsValidated(); in mightBeatByLegacyInt()347 offerIntScore = contestant.getScore().getLegacyInt(); in mightBeatByLegacyInt()349 return championScore.getLegacyInt() < offerIntScore; in mightBeatByLegacyInt()