Package | Description |
---|---|
cz.gyarab.util.rmi.server.demo |
Ukázka použití klient-serverové RMI komunikace.
|
cz.gyarab.util.teaser |
Balíček tříd a rozhraní pro hlavolamy.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiUserHanoi.move(Hanoi.Place from,
Hanoi.Place to) |
Modifier and Type | Method and Description |
---|---|
static Hanoi.Place |
Hanoi.Place.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Hanoi.Place[] |
Hanoi.Place.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Hanoi.move(Hanoi.Place from,
Hanoi.Place to)
Přesune jeden disk z jedné věže na druhou.
|
void |
HanoiAnimator.move(Hanoi.Place from,
Hanoi.Place to) |
void |
HanoiRemote.move(Hanoi.Place from,
Hanoi.Place to) |