D G M R

D

Dice - Class in <Unnamed>
Represents a dice with a specified number of sides
Dice() - Constructor for class Dice
Constructs a standard dice with 6 sides
Dice(int) - Constructor for class Dice
Constructs a dice with a specified number of sides

G

getValue() - Method in class Dice
To access the value

M

main(String[]) - Static method in class Dice
A small test program

R

roll() - Method in class Dice
Makes a random change of the value

D G M R