A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages

H

Hand - Class in net.n1da.dev.euler.helper.poker
Objects of this class representing a hand of Poker Cards.
Hand(Card[]) - Constructor for class net.n1da.dev.euler.helper.poker.Hand
Creates a hand with all given cards.
Hand(Card, Card, Card, Card, Card) - Constructor for class net.n1da.dev.euler.helper.poker.Hand
Creates a hand with all five given cards.
hashCode() - Method in class net.n1da.dev.euler.helper.LargeNumber
It calculates and returns the hashcode of this object.
hasMoreElements() - Method in class net.n1da.dev.euler.helper.Sieve
Checks if there are more primes in the sieve in relation to the current position in the collection of all primes.
hasNext() - Method in class net.n1da.dev.euler.helper.Sieve
Checks if there are more primes in the sieve in relation to the current position in the collection of all primes.
hasSameSuit(Card) - Method in class net.n1da.dev.euler.helper.poker.Card
Tests if a given card has the same Card.suit like this card.
hasSameValue(Card) - Method in class net.n1da.dev.euler.helper.poker.Card
Tests if a given card has the same Card.value like this card.
HEARTS - net.n1da.dev.euler.helper.poker.Suit
 
height - Variable in class net.n1da.dev.euler.helper.Matrix
The height of this matrix.
A B C D E F G H I J K L M N P Q R S T U V W 
All Classes All Packages