C D E G H I M N R T Y 

I

isFiveOfAKind(List<Die>) - Static method in class cse1030.games.Yahtzee
Returns true if the list contains a five of a kind.
isFourOfAKind(List<Die>) - Static method in class cse1030.games.Yahtzee
Returns true if the list contains a four of a kind.
isFullHouse(List<Die>) - Static method in class cse1030.games.Yahtzee
Returns true if the list contains a full house.
isLargeStraight(List<Die>) - Static method in class cse1030.games.Yahtzee
Returns true if the list contains a large straight.
isSmallStraight(List<Die>) - Static method in class cse1030.games.Yahtzee
Returns true if the list contains a small straight.
isThreeOfAKind(List<Die>) - Static method in class cse1030.games.Yahtzee
Returns true if the list contains a three of a kind.
C D E G H I M N R T Y