A B C D E F G H I J K L M N O P R S T U V W X Z

E

EmptySeatException - Exception in com.asdf.plugins.pokergames
 
EmptySeatException(int) - Constructor for exception com.asdf.plugins.pokergames.EmptySeatException
 
enableCard(int, boolean) - Method in class com.asdf.plugins.pokergames.gameview.GameViewSeat
Sets given cards as enabled or not-enabled.
enableCard(int, boolean) - Method in class com.asdf.plugins.pokergames.gameview.GameViewTableCards
sets this given card as enabled or disabled.
enableCards(boolean) - Method in class com.asdf.plugins.pokergames.gameview.GameViewSeat
 
enableCards(boolean) - Method in class com.asdf.plugins.pokergames.gameview.GameViewTableCards
sets all cards as enabled or disabled.
ENCODE - Static variable in class com.asdf.lib.Base64
Specify encoding.
encodeBytes(byte[]) - Static method in class com.asdf.lib.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int) - Static method in class com.asdf.lib.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int) - Static method in class com.asdf.lib.Base64
Encodes a byte array into Base64 notation.
encodeBytes(byte[], int, int, int) - Static method in class com.asdf.lib.Base64
Encodes a byte array into Base64 notation.
encodeFileToFile(String, String) - Static method in class com.asdf.lib.Base64
Reads infile and encodes it to outfile.
encodeFromFile(String) - Static method in class com.asdf.lib.Base64
Convenience method for reading a binary file and base64-encoding it.
encodeObject(Serializable) - Static method in class com.asdf.lib.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeObject(Serializable, int) - Static method in class com.asdf.lib.Base64
Serializes an object and returns the Base64-encoded version of that serialized object.
encodeToFile(byte[], String) - Static method in class com.asdf.lib.Base64
Convenience method for encoding data to a file.
eval_5cards(int, int, int, int, int) - Method in class com.asdf.plugins.pokergames.HandEval
Calculates the absolute value of a given 5 card poker-hand.
eval_6cards(int[]) - Method in class com.asdf.plugins.pokergames.HandEval
Cycles through all 5 card combinations of the 6 cards, and returns the best hand and it's value.
eval_7cards(int[]) - Method in class com.asdf.plugins.pokergames.HandEval
Cycles through all 5 card combinations of the 7 cards, and returns the best hand and it's value.
EvalTables - Class in com.asdf.plugins.pokergames
Loads and stores precalculated tables to be used for evaluating poker hands
EvalTables() - Constructor for class com.asdf.plugins.pokergames.EvalTables
Attempts to open up data files and fill tables with information.
evalTables - Static variable in class com.asdf.plugins.pokergames.texasholdem.TexasHoldemGame
 
Event - Enum in com.asdf.common
 
EvilServer - Class in com.asdf.test
EvilServer Implements server that is sending all kinds of erroneous messages to connecting clients.
EvilServer() - Constructor for class com.asdf.test.EvilServer
 
extractCard(Card) - Method in class com.asdf.plugins.pokergames.Deck
Extracts known card from the deck.
extractHand(Hand) - Method in class com.asdf.plugins.pokergames.Deck
Extracts known cards from the deck.

A B C D E F G H I J K L M N O P R S T U V W X Z