Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
E
e(String)
- Static method in class ch.aplu.android.
L
Writes debug string flagged as 'error'.
EAST
- Static variable in class ch.aplu.android.
Location
The compass direction for east.
enableConnectMelody(boolean)
- Method in class ch.aplu.android.nxt.
NxtRobot
Enables/disables melody played when the Bluetooth connection is established/broken (default: enabled).
enableKill(boolean)
- Method in class ch.aplu.android.
GameGrid
Enables/disables brute force killing of process when onPause() is called.
enableNavigationNotifications(boolean)
- Method in class ch.aplu.android.
GameGrid
Enables/disables navigation notifications (as toasts)
enumToStringArray(T[])
- Static method in class ch.aplu.jcardgame.
Deck
Returns the enumeration values as string array for the given enumeration.
equals(Object)
- Method in class ch.aplu.android.
Location
Checks whether the x-y-coordinates of the given location are equal to the x-y-coordinates of the current location (overrides Object.equals()).
equals(Object)
- Method in class ch.aplu.android.
PointD
Checks whether the x-y-coordinates of the given PointD are equal to the x-y-coordinates of the current PointD (overrides Object.equals()).
equals(Object)
- Method in class ch.aplu.jcardgame.
Card
Checks if the given card has the same suit and rank as the current card (overrides Object.equals()).
equals(Complex)
- Method in class ch.aplu.util.
Complex
Check for the equality of this object with that of the argument.
erase()
- Method in class ch.aplu.android.
GGPanel
Same as clear(), but remains the current graph position unchanged.
exit()
- Method in class ch.aplu.android.nxt.
NxtRobot
Closes the Bluetooth communication and resets the NXT brick to accept the next connection.
extractCardsWithRank(R)
- Method in class ch.aplu.jcardgame.
Hand
Returns a hand containing card clones from card of the current hand that have the given rank.
extractCardsWithSuit(T)
- Method in class ch.aplu.jcardgame.
Hand
Returns a hand containing card clones from card of the current hand that have the given suit.
extractPairs()
- Method in class ch.aplu.jcardgame.
Hand
Returns all hands with pairs (two cards with same rank) found in the current hand.
extractQuads()
- Method in class ch.aplu.jcardgame.
Hand
Returns all hands with quads (four cards with same rank) found in the current hand.
extractSequences(int)
- Method in class ch.aplu.jcardgame.
Hand
Returns all sequences found in the current hand with mixed suits with given length (>2).
extractSequences(T, int)
- Method in class ch.aplu.jcardgame.
Hand
Returns all sequences found in the current hand that have given suit with given length (>2).
extractTrips()
- Method in class ch.aplu.jcardgame.
Hand
Returns all hands with trips (three cards with same rank) found in the current hand.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z