Searched refs:hardValue (Results 1 – 1 of 1) sorted by relevance
941 T hardValue = organizationToValueAndVote.baileyValue; in combineInheritanceWithBaileyForVoting() local946 if (!voteCount.containsKey(hardValue) || !voteCount.containsKey(softValue)) { in combineInheritanceWithBaileyForVoting()949 long hardCount = voteCount.get(hardValue); in combineInheritanceWithBaileyForVoting()954 T combValue = (hardCount > softCount) ? hardValue : softValue; in combineInheritanceWithBaileyForVoting()955 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting()